From: Thomas Roessler Date: Thu, 25 Apr 2002 13:24:33 +0000 (+0000) Subject: Also fix this for the S/MIME case. X-Git-Tag: mutt-1-5-1-rel~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55e9efb50123e3b51429f465b5e9d288935da40e;p=mutt Also fix this for the S/MIME case. --- diff --git a/recvattach.c b/recvattach.c index 55ee4add..c3813049 100644 --- a/recvattach.c +++ b/recvattach.c @@ -886,6 +886,8 @@ void mutt_view_attachments (HEADER *hdr) if (mutt_is_application_smime(hdr->content)) secured = ! smime_decrypt_mime (msg->fp, &fp, hdr->content, &cur); + else + need_secured = 0; } #endif #ifdef HAVE_PGP