From: René Clerc Date: Mon, 11 Nov 2002 19:22:17 +0000 (+0000) Subject: Another S/MIME ifdef misses and causes compilation problems. X-Git-Tag: mutt-1-5-2-rel~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e7be280ebadef372e2f6e1ceb0d2ecddab68422;p=mutt Another S/MIME ifdef misses and causes compilation problems. --- diff --git a/send.c b/send.c index c4a545d2..ea0be574 100644 --- a/send.c +++ b/send.c @@ -1265,7 +1265,9 @@ ci_send_message (int flags, /* send mode */ #endif msg->security |= APPLICATION_PGP; } +#ifdef HAVE_SMIME if (~cur->security && !option (OPTSMIMEISDEFAULT)) +#endif msg->security |= APPLICATION_PGP; #endif /* HAVE_PGP */ }