X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=sendlib.c;h=8aad968f36f8eb4d0b8a05a046fffdcc5c1859c0;hb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982;hp=02d0ee06ec7617ee77bf0958600cebb9d23aaf82;hpb=22601f25ede6703ba7cd06ee84eddd2045308570;p=apps%2Fmadmutt.git diff --git a/sendlib.c b/sendlib.c index 02d0ee0..8aad968 100644 --- a/sendlib.c +++ b/sendlib.c @@ -21,10 +21,11 @@ #include +#include + #include "mutt.h" #include "handler.h" #include "recvattach.h" -#include "mutt_curses.h" #include "mx.h" #include "copy.h" #include "pager.h" @@ -887,7 +888,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");