X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=8412c61d2fdd2e4d3c9b916ecdc60400eeb2be97;hb=d63fe782146b7e2860d45fd6c2cf5369d9b0a87a;hp=466d2dcaa66c0f2b5d7735db0be7f981bd583fdb;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index 466d2dc..8412c61 100644 --- a/imap/message.c +++ b/imap/message.c @@ -10,13 +10,6 @@ /* message parsing/updating functions */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - #include #include @@ -31,12 +24,6 @@ #include "pgp.h" #endif -#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);