summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2003-07-14 12:17:43 +0000
committerBrendan Cully <brendan@kublai.com>2003-07-14 12:17:43 +0000
commitc4ef62a751b0727a7a5c332a048df84fb1939c09 (patch)
tree3dea855b1a8b3b39a19c6941acaea3792664862d /keymap.h
parenta68a67377196e09fd764b461d8fedcf31be763e6 (diff)
The attached patch prevents mutt from reading the push buffer when
asking for passwords. This is a proper fix for bug 1312. I think it's uncontroversial.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keymap.h b/keymap.h
index bdbafae6..392910a5 100644
--- a/keymap.h
+++ b/keymap.h
@@ -27,7 +27,8 @@ typedef short keycode_t;
void km_bind (char *, int, int, char *, char *);
void km_bindkey (char *, int, int);
-int km_dokey (int);
+#define km_dokey(menu) _km_dokey(menu, 0)
+int _km_dokey (int, int);
/* entry in the keymap tree */
struct keymap_t