summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-28 19:24:11 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commit85bd11b08d66ceaaeb30bafb963a950a507185d1 (patch)
treea8e6ada0c4a856f6e826ccd8b1b76bf6b367bd0e /keymap.h
parent361156045e886b0aeba6920992aec4c20536d23c (diff)
Basic autocrypt account menu.
Provide ability to create, delete, and toggle the prefer-encrypt and enabled flag for an account. Hook into the index via 'A' <autocrypt-acct-menu>.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index 0f11a984..cffafa6c 100644
--- a/keymap.h
+++ b/keymap.h
@@ -77,6 +77,9 @@ enum
MENU_MIX,
#endif
+#ifdef USE_AUTOCRYPT
+ MENU_AUTOCRYPT_ACCT,
+#endif
MENU_MAX
@@ -118,6 +121,10 @@ extern const struct binding_t OpSmime[];
extern const struct binding_t OpMix[];
#endif
+#ifdef USE_AUTOCRYPT
+extern const struct binding_t OpAutocryptAcct[];
+#endif
+
#include "keymap_defs.h"
#endif /* KEYMAP_H */