]> granicus.if.org Git - mutt/commitdiff
Fix the documentation of pgp_verify_sig. It's ask-yes, not ask.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Feb 2001 08:05:02 +0000 (08:05 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 15 Feb 2001 08:05:02 +0000 (08:05 +0000)
init.h

diff --git a/init.h b/init.h
index 324f8dcff4debb996cdd0b8d80f6fb9067191b1e..914690fdf7f51debc4094b03ca6eecff2eb28e72 100644 (file)
--- 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.
   */