]> granicus.if.org Git - mutt/commitdiff
Also fix this for the S/MIME case.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 25 Apr 2002 13:24:33 +0000 (13:24 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 25 Apr 2002 13:24:33 +0000 (13:24 +0000)
recvattach.c

index 55ee4add0f08f2f5a71c6541826054aa2add3f25..c38130490ec35656f0cd3b938afe31e4f0acf530 100644 (file)
@@ -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