From: Thomas Roessler Date: Fri, 11 Apr 2003 11:56:22 +0000 (+0000) Subject: Try to fix a PGP / S/MIME-related problem. Found by Matt Larson X-Git-Tag: pre-type-punning-patch~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=685ae9b59cf1efb29ca386036cf5f20e84897874;p=mutt Try to fix a PGP / S/MIME-related problem. Found by Matt Larson , tracekd down by René Clerc . --- diff --git a/send.c b/send.c index c73e5576..31a878e8 100644 --- a/send.c +++ b/send.c @@ -1268,7 +1268,7 @@ ci_send_message (int flags, /* send mode */ } if ((WithCrypto & APPLICATION_SMIME) && !(cur->security & (APPLICATION_PGP|APPLICATION_SMIME))) - msg->security |= APPLICATION_PGP; + msg->security |= APPLICATION_SMIME; } else if ((WithCrypto & APPLICATION_PGP) && msg->security) {