summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
commitfe573eb97b07fa240232dfa0aa174017667ecdd8 (patch)
treefa81f4bba8eae775efff04d1aa46ea6437e6656d /init.h
parent3afe7d22837c0cca6df26fa5335aa0695eba13fc (diff)
Auto-detect the micalg used with PGP/MIME signatures.
Diffstat (limited to 'init.h')
-rw-r--r--init.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/init.h b/init.h
index 598fd4f2..3289b403 100644
--- a/init.h
+++ b/init.h
@@ -1176,20 +1176,6 @@ struct option_t MuttVars[] = {
** which of your private keys to use. It is recommended that you use the
** keyid form to specify your key (e.g., ``0x00112233'').
*/
- { "pgp_sign_micalg", DT_STR, R_NONE, UL &PgpSignMicalg, UL "pgp-md5" },
- /*
- ** .pp
- ** This variable contains the default message integrity check algorithm.
- ** Valid values are ``pgp-md5'', ``pgp-sha1'', and ``pgp-rmd160''. If you
- ** select a signing key using the sign as option on the compose menu,
- ** mutt will automagically figure out the correct value to insert here,
- ** but it does not know about the user's default key.
- ** .pp
- ** So if you are using an RSA key for signing, set this variable to
- ** ``pgp-md5'', if you use a PGP 5 DSS key for signing, say ``pgp-sha1''
- ** here. The value of this variable will show up in the micalg parameter
- ** of MIME headers when creating RFC 2015 signatures.
- */
{ "pgp_strict_enc", DT_BOOL, R_NONE, OPTPGPSTRICTENC, 1 },
/*
** .pp