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