X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=cc339b71d0f40af1fe8d7cbee670f6ec98a14bce;hb=ddc565e15e8d7e2eaeea568dd6602dc0347474c5;hp=b8a3ca4ac634122c11c3fe01217114c09c644160;hpb=388148b48fedd8007192a5f94cf0bad89c65227b;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index b8a3ca4..cc339b7 100644 --- a/imap/message.c +++ b/imap/message.c @@ -20,10 +20,6 @@ #include "imap_private.h" #include "message.h" -#ifdef HAVE_PGP -#include "pgp.h" -#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);