summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2003-10-04 20:34:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>2003-10-04 20:34:59 +0000
commit50a851fdc29309b8693a8f9a1ae001cec63bb6c5 (patch)
treeaca4e1599e6ab0e16366f38c65a638757f2fb353 /keymap.h
parent32b2abfee8a26458753dc622979f581d7806ff55 (diff)
This patch fixes various aspects of the attachment-saving
user interface. Changes include: * When tagging and saving multiple attachments, you can now use the same target directory for multiple attachments. * When you can't save an attachment, you get an opportunity to enter a new file name. * The menu cursor will highlight the attachment that you are currently discussing with mutt. * Various bug fixes. This does, in particular, address #1619 (Debian#208430).
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index bdbafae6..a88bbf46 100644
--- a/keymap.h
+++ b/keymap.h
@@ -19,6 +19,8 @@
#ifndef KEYMAP_H
#define KEYMAP_H
+#include "mapping.h"
+
/* maximal length of a key binding sequence used for buffer in km_bindkey */
#define MAX_SEQ 8