From 685ae9b59cf1efb29ca386036cf5f20e84897874 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 11 Apr 2003 11:56:22 +0000 Subject: [PATCH] =?utf8?q?Try=20to=20fix=20a=20PGP=20/=20S/MIME-related=20?= =?utf8?q?problem.=20=20Found=20by=20Matt=20Larson=20,=20tracekd=20down=20by=20Ren=C3=A9=20Clerc=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0