]> granicus.if.org Git - mutt/commitdiff
redraw entire screen when exiting editor after re-editing the message body in the...
authormarcel <marcel@telka.sk>
Tue, 23 Mar 2010 03:02:22 +0000 (20:02 -0700)
committermarcel <marcel@telka.sk>
Tue, 23 Mar 2010 03:02:22 +0000 (20:02 -0700)
closes #3393.

compose.c

index 3dc2a5cdce4c146e133162a729f4209548de04b4..788d68628ba8db0ac85fb328819d258e433a64d9 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -581,7 +581,7 @@ int mutt_compose_menu (HEADER *msg,   /* structure for new message */
        {
          mutt_edit_file (Editor, msg->content->filename);
          mutt_update_encoding (msg->content);
-         menu->redraw = REDRAW_CURRENT | REDRAW_STATUS;
+         menu->redraw = REDRAW_FULL;
          mutt_message_hook (NULL, msg, M_SEND2HOOK);
          break;
        }