summaryrefslogtreecommitdiffstats
path: root/mutt_menu.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-02 10:04:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-02 10:04:59 +0000
commit1e63f28ea58289c110df662ab484cf0d154b94af (patch)
treec94d181bed7524a6b57718c580f71b82b66aafe2 /mutt_menu.h
parent2683080538aa6b1106fed78e72f90b1aaacb9c58 (diff)
From the Compose menu, invoke attach-message. Tag a whole bunch of
messages. Say, for example, 100. When you exit the folder, the Compose menu's status line has disappeared. Fix from Vikas.
Diffstat (limited to 'mutt_menu.h')
-rw-r--r--mutt_menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt_menu.h b/mutt_menu.h
index 0a480aef..8555e72f 100644
--- a/mutt_menu.h
+++ b/mutt_menu.h
@@ -72,6 +72,7 @@ typedef struct menu_t
void menu_jump (MUTTMENU *);
void menu_redraw_full (MUTTMENU *);
void menu_redraw_index (MUTTMENU *);
+void menu_redraw_status (MUTTMENU *);
void menu_redraw_motion (MUTTMENU *);
void menu_redraw_current (MUTTMENU *);
void menu_first_entry (MUTTMENU *);