X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=010e72e0a1eef3580c45b9043c29fe5970e7e336;hp=0766b2b1aa4bbdb00274e53d95ff54d111986d35;hb=a264c7bd834b6a72c90e9f672a2e0fdb06c18083;hpb=ee1d4d931ca3ebec494694b74a1868a7a2e631e3 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));