summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-02 10:05:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-02 10:05:54 +0000
commit4c2131b3b1f06457f26f9e2e6c9f840d789e4e87 (patch)
tree7a56610887cb7b7fb10e90cec6536a6c0af665af /compose.c
parent1e63f28ea58289c110df662ab484cf0d154b94af (diff)
The attached patch fixes yet another redraw related bug. When I call
OP_SAVE from the Compose menu and use the file-browser and 'q' out of the file-browser, the screen still shows the browser, but the control is really in the Compose menu. A Ctrl-L verifies this. Basically, a screen redraw is missing. 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 6f90f619..1dc5cffc 100644
--- a/compose.c
+++ b/compose.c
@@ -936,6 +936,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
case OP_SAVE:
CHECK_COUNT;
mutt_save_attachment_list (NULL, menu->tagprefix, menu->tagprefix ? msg->content : idx[menu->current]->content, NULL);
+ MAYBE_REDRAW (menu->redraw);
break;
case OP_PRINT: