summaryrefslogtreecommitdiffstats
path: root/keymap.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-09-11 11:20:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-09-11 11:20:34 +0000
commitd3e9c08abe0231ecad6740ed2722c2c8896eef42 (patch)
treecf2425738ecfc9ba9d1bb8b2abe97273bdcb8293 /keymap.c
parent0dd6d28791e3018f6cc4700e26445f4382114e37 (diff)
The addressbook used to crash when someone issued the alias and
unalias commands while on that menu. This patch has a basic fix for this behaviour, and adds delete and undelete functions to this menu. While I'm on it, I've also made sure that "apply-tag" untags everything on all menus. The original crash was noted by Oliver Kauss <kauss@gmx.de>.
Diffstat (limited to 'keymap.c')
-rw-r--r--keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap.c b/keymap.c
index 7b48e97e..e7d90aa8 100644
--- a/keymap.c
+++ b/keymap.c
@@ -526,7 +526,7 @@ void km_init (void)
create_bindings (OpPager, MENU_PAGER);
create_bindings (OpPost, MENU_POST);
create_bindings (OpQuery, MENU_QUERY);
-
+ create_bindings (OpAlias, MENU_ALIAS);
#ifdef HAVE_PGP