summaryrefslogtreecommitdiffstats
path: root/mutt.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 /mutt.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 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 6327c290..e3496394 100644
--- a/mutt.h
+++ b/mutt.h
@@ -375,6 +375,7 @@ enum
#ifdef HAVE_PGP
OPTPGPAUTOSIGN,
OPTPGPAUTOENCRYPT,
+ OPTPGPIGNORESUB,
OPTPGPLONGIDS,
OPTPGPREPLYENCRYPT,
OPTPGPREPLYSIGN,