]> granicus.if.org Git - mutt/commitdiff
little fix.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Jan 2002 23:18:52 +0000 (23:18 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Jan 2002 23:18:52 +0000 (23:18 +0000)
mx.c

diff --git a/mx.c b/mx.c
index 9550a577ba85c651c94f44137bde8de5033bf059..111014cc6e77bfd4f04cdce0c5be05a170654d16 100644 (file)
--- 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 */