X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=8e247187383ddf4c8667bef350811260dc8c4024;hp=147742a47555650405c871d71655ed7105954377;hb=e7a772dca1b86e4036d25038ee67aa34dd217c07;hpb=0ab517261694b001d2eb17f06f167a4cdd2c7c07 diff --git a/commands.c b/commands.c index 147742a..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; }