summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-01-24 21:53:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-01-24 21:53:19 +0000
commit85ef6f6ab6cfba38f0857f67b6be467ffa426765 (patch)
tree747114477bea4e9281d33a97e44ff914445ad420 /keymap.h
parentc6d96bc112ff0dfc5f312d31c9ea29ee5b630b9a (diff)
S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
<raldi@research.netsol.com>.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index 34937e75..1908d87a 100644
--- a/keymap.h
+++ b/keymap.h
@@ -65,6 +65,10 @@ enum
MENU_PGP,
#endif
+#ifdef HAVE_SMIME
+ MENU_SMIME,
+#endif
+
#ifdef MIXMASTER
MENU_MIX,
#endif
@@ -106,6 +110,10 @@ extern struct binding_t OpAlias[];
extern struct binding_t OpPgp[];
#endif /* HAVE_PGP */
+#ifdef HAVE_SMIME
+extern struct binding_t OpSmime[];
+#endif /* HAVE_SMIME */
+
#ifdef MIXMASTER
extern struct binding_t OpMix[];
#endif