X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgp.c;h=c6e19e613a6d24f331620a97d3a35e1fb48b131c;hp=a9691765d4146c67ca2f146894bae27ae6382e5a;hb=b8c71f93b0296f815a6538182343ba67e88c0012;hpb=51c07577bff89fde3038940cc06ac01bc28557b9 diff --git a/pgp.c b/pgp.c index a969176..c6e19e6 100644 --- 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))))