From: Thomas Roessler Date: Thu, 15 Feb 2001 08:05:02 +0000 (+0000) Subject: Fix the documentation of pgp_verify_sig. It's ask-yes, not ask. X-Git-Tag: mutt-1-3-16-rel~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd17042aae5a0a4a17ce41eec6762f369669a178;p=mutt Fix the documentation of pgp_verify_sig. It's ask-yes, not ask. --- diff --git a/init.h b/init.h index 324f8dcf..914690fd 100644 --- a/init.h +++ b/init.h @@ -1193,7 +1193,8 @@ struct option_t MuttVars[] = { { "pgp_verify_sig", DT_QUAD, R_NONE, OPT_VERIFYSIG, M_YES }, /* ** .pp - ** If ``yes'', always attempt to verify PGP/MIME signatures. If ``ask'', + ** If ``yes'', always attempt to verify PGP/MIME signatures. If ``ask-yes'' + ** or ``ask-no'', ** ask whether or not to verify the signature. If ``no'', never attempt ** to verify PGP/MIME signatures. */