From 50a851fdc29309b8693a8f9a1ae001cec63bb6c5 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 4 Oct 2003 20:34:59 +0000 Subject: 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). --- keymap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keymap.h') 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 -- cgit v1.2.3