summaryrefslogtreecommitdiffstats
path: root/compose.c
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 /compose.c
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 'compose.c')
-rw-r--r--compose.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compose.c b/compose.c
index b2e724df..6f90f619 100644
--- a/compose.c
+++ b/compose.c
@@ -400,6 +400,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
switch (op = mutt_menuLoop (menu))
{
case OP_REDRAW:
+ menu_redraw_status (menu);
draw_envelope (msg, fcc);
menu->offset = HDR_ATTACH;
menu->pagelen = LINES - HDR_ATTACH - 2;