Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 22 Apr 2005 20:24:08 +0000 (20:24 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 22 Apr 2005 20:24:08 +0000 (20:24 +0000)
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

sendlib.c

index 0766b2b..010e72e 100644 (file)
--- 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));