X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=57e4de8e074d74077c0cef095130e62ae85ea285;hp=02d0ee06ec7617ee77bf0958600cebb9d23aaf82;hb=8682670f5c23aca480236b8456aa8192b154a3e0;hpb=22601f25ede6703ba7cd06ee84eddd2045308570 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");