summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authormarcel <marcel@telka.sk>2010-03-22 20:02:22 -0700
committermarcel <marcel@telka.sk>2010-03-22 20:02:22 -0700
commitf8387195e367d4388d06730eb72db51ec78af847 (patch)
tree8522fe16f3eb7e14511eeed45b5881e37840ca49 /compose.c
parent3f7c6965d8bfbac69274eb35d92d92aed7d78d5c (diff)
redraw entire screen when exiting editor after re-editing the message body in the send menu.
closes #3393.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.c b/compose.c
index 3dc2a5cd..788d6862 100644
--- 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;
}