From: Thomas Roessler Date: Tue, 25 Feb 2003 21:28:42 +0000 (+0000) Subject: Fix #1486; noted by Jeroen Coekaerts . X-Git-Tag: mutt-1-5-4-rel~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4bf22b67de1e31290ef6ba42462d4ab4aacc972;p=mutt Fix #1486; noted by Jeroen Coekaerts . --- diff --git a/crypt.c b/crypt.c index 55d242a8..83034424 100644 --- a/crypt.c +++ b/crypt.c @@ -831,7 +831,8 @@ void mutt_signed_handler (BODY *a, STATE *s) ; else if ((WithCrypto & APPLICATION_SMIME) && protocol_major == TYPEAPPLICATION - && !mutt_strcasecmp (protocol_minor, "x-pkcs7-signature")) + && !(mutt_strcasecmp (protocol_minor, "x-pkcs7-signature") + && mutt_strcasecmp (protocol_minor, "pkcs7-signature")) ; else if (protocol_major == TYPEMULTIPART && !mutt_strcasecmp (protocol_minor, "mixed"))