From fd17042aae5a0a4a17ce41eec6762f369669a178 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 15 Feb 2001 08:05:02 +0000 Subject: [PATCH] Fix the documentation of pgp_verify_sig. It's ask-yes, not ask. --- init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.40.0