summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-13 22:19:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-13 22:19:57 +0000
commit9f8e57041d53fbd8bc72167d991a874545e31881 (patch)
treed29349c4db3b5eaae02bf64c79ee17ae18b9ba51 /init.h
parentad088ee2ab176157bfd317496145ec0a738a4298 (diff)
Add the pgp_ignore_subkeys option. Unset it to get the traditional
listing with all the subkeys. (Experimental, may introduce new bugs.)
Diffstat (limited to 'init.h')
-rw-r--r--init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.h b/init.h
index c2b9d78f..3a06d89f 100644
--- a/init.h
+++ b/init.h
@@ -1067,6 +1067,13 @@ struct option_t MuttVars[] = {
** \fIpgp-menu\fP, when encryption is not required or signing is
** requested as well.
*/
+ { "pgp_ignore_subkeys", DT_BOOL, R_NONE, OPTPGPIGNORESUB, 1},
+ /*
+ ** .pp
+ ** Setting this variable will cause Mutt to ignore OpenPGP subkeys. Instead,
+ ** the principal key will inherit the subkeys' capabilities. Unset this
+ ** if you want to play interesting key selection games.
+ */
{ "pgp_entry_format", DT_STR, R_NONE, UL &PgpEntryFormat, UL "%4n %t%f %4l/0x%k %-4a %2c %u" },
/*
** .pp