X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=ec577333ee6ed2d1f8652c81f9167206f0174d5a;hp=fcad4919d7e6b0d30df6b0d94b9e691488305a77;hb=99f5c6c8a6c4e73aeb253e5c7f1d0035cabc8db0;hpb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1 diff --git a/recvattach.c b/recvattach.c index fcad491..ec57733 100644 --- a/recvattach.c +++ b/recvattach.c @@ -31,7 +31,7 @@ #include "attach.h" #include "mx.h" #include "copy.h" -#include "mutt_crypt.h" +#include #include @@ -1078,14 +1078,12 @@ void mutt_view_attachments (HEADER * hdr) case OP_DELETE: CHECK_READONLY; -#ifdef USE_POP if (Context->magic == M_POP) { mutt_flushinp (); mutt_error _("Can't delete attachment from POP server."); break; } -#endif #ifdef USE_NNTP if (Context->magic == M_NNTP) {