X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mx.h;h=60f7782e7047fda85c0af54ca0e371adf1e9a8eb;hp=b5fdd6bf3208e0d1c1dd7fa332a90f4b8ed93190;hb=5fc6c3e42b91af11aa1323f6cfde4d27bbea9ec8;hpb=3cb53df6efcb6b137bbab53c16da4eddbc5a1b2b diff --git a/mx.h b/mx.h index b5fdd6b..60f7782 100644 --- a/mx.h +++ b/mx.h @@ -17,8 +17,8 @@ #ifndef _MX_H #define _MX_H -#include #include +#include "mutt.h" /* * supported mailbox formats @@ -29,12 +29,8 @@ enum { M_MMDF, M_MH, M_MAILDIR, -#ifdef USE_IMAP M_IMAP, -#endif -#ifdef USE_POP M_POP, -#endif #ifdef USE_NNTP M_NNTP, #endif @@ -170,5 +166,6 @@ int mx_lock_file (const char *, int, int, int, int); int mx_unlock_file (const char *path, int fd, int dot); int mx_rebuild_cache (void); +void mutt_parse_mime_message (CONTEXT * ctx, HEADER *); #endif /* !_MX_H */