always build mutt with pgp + smime support.
[apps/madmutt.git] / pgp.c
diff --git a/pgp.c b/pgp.c
index a969176..c6e19e6 100644 (file)
--- a/pgp.c
+++ b/pgp.c
@@ -1489,9 +1489,6 @@ int pgp_send_menu (HEADER * msg, int *redraw)
 
   char prompt[LONG_STRING];
 
-  if (!(WithCrypto & APPLICATION_PGP))
-    return msg->security;
-
   /* If autoinline and no crypto options set, then set inline. */
   if (option (OPTPGPAUTOINLINE) && !((msg->security & APPLICATION_PGP)
                                      && (msg->security & (SIGN | ENCRYPT))))