X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=8e247187383ddf4c8667bef350811260dc8c4024;hp=da633cb968680c5182b48108cc5947d066d8e96a;hb=38fc1689b9f344f253841f5acd7bf79ed2f49b97;hpb=ace94418088f9165d23763bd39752cc31b406f03 diff --git a/commands.c b/commands.c index da633cb..8e24718 100644 --- a/commands.c +++ b/commands.c @@ -86,7 +86,7 @@ int mutt_display_message (HEADER * cur) } else if (cur->security & SIGN) { /* find out whether or not the verify signature */ - if (query_quadoption (OPT_VERIFYSIG, _("Verify PGP signature?")) == + if (query_quadoption2(mod_crypt.verify_sig, _("Verify PGP signature?")) == M_YES) { cmflags |= M_CM_VERIFY; } @@ -699,7 +699,7 @@ int mutt_save_message (HEADER * h, int delete, } } - need_buffy_cleanup = (ctx.magic == M_MBOX || ctx.magic == M_MMDF); + need_buffy_cleanup = (ctx.magic == M_MBOX); mx_close_mailbox (&ctx, NULL);