projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1fb003
)
leftover
author
Pierre Habouzit
<madcoder@debian.org>
Wed, 15 Aug 2007 08:33:08 +0000
(10:33 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Wed, 15 Aug 2007 08:33:08 +0000
(10:33 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
keymap.c
patch
|
blob
|
history
diff --git
a/keymap.c
b/keymap.c
index
f5fea68
..
87b2b28
100644
(file)
--- a/
keymap.c
+++ b/
keymap.c
@@
-30,12
+30,8
@@
struct mapping_t Menus[] = {
{"postpone", MENU_POST},
{"pgp", MENU_PGP},
{"smime", MENU_SMIME},
-
-#ifdef HAVE_GPGME
{"key_select_pgp", MENU_KEY_SELECT_PGP},
{"key_select_smime", MENU_KEY_SELECT_SMIME},
-#endif
-
{"query", MENU_QUERY},
{"generic", MENU_GENERIC},
{NULL, 0}