From: Thomas Roessler Date: Fri, 11 Apr 2003 15:15:04 +0000 (+0000) Subject: Backing out the previous change. It was nonsense. X-Git-Tag: pre-type-punning-patch~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab40807a0315a69c364c8542f2624410ec808c5c;p=mutt Backing out the previous change. It was nonsense. --- diff --git a/send.c b/send.c index 31a878e8..c73e5576 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_SMIME; + msg->security |= APPLICATION_PGP; } else if ((WithCrypto & APPLICATION_PGP) && msg->security) {