X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sendlib.c;h=57e4de8e074d74077c0cef095130e62ae85ea285;hb=801673291bea7eb323063711349a820f6ea34bff;hp=02d0ee06ec7617ee77bf0958600cebb9d23aaf82;hpb=22601f25ede6703ba7cd06ee84eddd2045308570;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 02d0ee0..57e4de8 100644 --- a/sendlib.c +++ b/sendlib.c @@ -887,7 +887,7 @@ int mutt_lookup_mime_type (BODY * att, const char *path) snprintf (buf, sizeof (buf), "%s/.mime.types", NONULL (Homedir)); break; case 1: - m_strcpy(buf, sizeof(buf), SYSCONFDIR "/muttng-mime.types"); + m_strcpy(buf, sizeof(buf), SYSCONFDIR "/madmutt-mime.types"); break; case 2: m_strcpy(buf, sizeof(buf), PKGDATADIR "/mime.types");