always build mutt with pgp + smime support.
[apps/madmutt.git] / pop / pop.c
index bba466f..73936d1 100644 (file)
--- a/pop/pop.c
+++ b/pop/pop.c
@@ -422,8 +422,7 @@ int pop_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno)
   h->content->length = ftello (msg->fp) - h->content->offset;
 
   /* This needs to be done in case this is a multipart message */
-  if (!WithCrypto)
-    h->security = crypt_query (h->content);
+  h->security = crypt_query (h->content);
 
   mutt_clear_error ();
   rewind (msg->fp);