From: pdmef Date: Fri, 22 Apr 2005 20:24:08 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=be3bd578d8557b8d0cb9138153ee30e14b33ec58;ds=sidebyside Rocco Rutte: look for muttng-mime.types not mime.types (reported by Torsten Veller) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@274 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/sendlib.c b/sendlib.c index 0766b2b..010e72e 100644 --- a/sendlib.c +++ b/sendlib.c @@ -974,7 +974,7 @@ int mutt_lookup_mime_type (BODY * att, const char *path) snprintf (buf, sizeof (buf), "%s/.mime.types", NONULL (Homedir)); break; case 1: - strfcpy (buf, SYSCONFDIR "/mime.types", sizeof (buf)); + strfcpy (buf, SYSCONFDIR "/muttng-mime.types", sizeof (buf)); break; case 2: strfcpy (buf, PKGDATADIR "/mime.types", sizeof (buf));