X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=010e72e0a1eef3580c45b9043c29fe5970e7e336;hp=1290fd9616e874e1cc8afe71be19876272040f53;hb=a264c7bd834b6a72c90e9f672a2e0fdb06c18083;hpb=0f44dc85fc1280372ffab911d701e703d803fb4b diff --git a/sendlib.c b/sendlib.c index 1290fd9..010e72e 100644 --- a/sendlib.c +++ b/sendlib.c @@ -19,7 +19,6 @@ #include "rfc2231.h" #include "mx.h" #include "mime.h" -#include "mailbox.h" #include "copy.h" #include "pager.h" #include "charset.h" @@ -975,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));