X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.c;h=73936d1172b4aaba7f37854775baeba2942e42a9;hp=bba466f36e8aa5509accf98b55cf824dbb1c866e;hb=10b7d54ecaa5c54622bf1239b57fa2e3359db0e1;hpb=51c07577bff89fde3038940cc06ac01bc28557b9 diff --git a/pop/pop.c b/pop/pop.c index bba466f..73936d1 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -422,8 +422,7 @@ int pop_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno) h->content->length = ftello (msg->fp) - h->content->offset; /* This needs to be done in case this is a multipart message */ - if (!WithCrypto) - h->security = crypt_query (h->content); + h->security = crypt_query (h->content); mutt_clear_error (); rewind (msg->fp);