]> granicus.if.org Git - mutt/commitdiff
The attached patch fixes yet another redraw related bug. When I call
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 2 Dec 1998 10:05:54 +0000 (10:05 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 2 Dec 1998 10:05:54 +0000 (10:05 +0000)
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.

compose.c

index 6f90f619576ef1fe12f494f5c01bed955a8529ad..1dc5cffc5ad932e1158c21d09d830ac3a7f307c1 100644 (file)
--- 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: