From: Thomas Roessler Date: Thu, 24 Jan 2002 23:18:52 +0000 (+0000) Subject: little fix. X-Git-Tag: mutt-1-5-1-rel~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b29bae7d8ef1fc5c8c101c55711f67cc4a61cd;p=mutt little fix. --- diff --git a/mx.c b/mx.c index 9550a577..111014cc 100644 --- a/mx.c +++ b/mx.c @@ -1575,7 +1575,7 @@ void mx_update_context (CONTEXT *ctx, int new_messages) -#ifdef HAVE_PGP || defined(HAVE_SMIME) +#if defined(HAVE_PGP) || defined(HAVE_SMIME) /* NOTE: this _must_ be done before the check for mailcap! */ h->security = crypt_query (h->content); #endif /* HAVE_PGP || HAVE_SMIME */