X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=a5f7094c67fae9a15776436d6244a77fbb8636d8;hp=22af265aafb7863695f598dcd2a0d958d64abaf5;hb=74f4cb56b87554a520eb94b02b91a3ea09c8a564;hpb=82589516e2473b5451218d7b00a9dfbc3e18f3ca diff --git a/compose.c b/compose.c index 22af265..a5f7094 100644 --- a/compose.c +++ b/compose.c @@ -1263,7 +1263,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ } msg->security = 0; } - msg->security = crypt_pgp_send_menu (msg, &menu->redraw); + msg->security = crypt_send_menu (msg, &menu->redraw, 0); redraw_crypt_lines (msg); mutt_message_hook (NULL, msg, M_SEND2HOOK); break; @@ -1277,7 +1277,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ } msg->security = 0; } - msg->security = crypt_smime_send_menu (msg, &menu->redraw); + msg->security = crypt_send_menu (msg, &menu->redraw, 1); redraw_crypt_lines (msg); mutt_message_hook (NULL, msg, M_SEND2HOOK); break;