X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=8412c61d2fdd2e4d3c9b916ecdc60400eeb2be97;hb=a16b0e24a0e811e35943c9f2d553a02d156d4961;hp=8de66dfa72de75bb8afcb5dbf312b21d7a3b23a5;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index 8de66df..8412c61 100644 --- a/imap/message.c +++ b/imap/message.c @@ -10,17 +10,7 @@ /* message parsing/updating functions */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - -#include -#include -#include -#include +#include #include @@ -34,15 +24,6 @@ #include "pgp.h" #endif -#include -#include - -#if HAVE_STDINT_H -#include -#elif HAVE_INTTYPES_H -#include -#endif - static void flush_buffer (char *buf, size_t * len, CONNECTION * conn); static int msg_fetch_header (CONTEXT * ctx, IMAP_HEADER * h, char *buf, FILE * fp);