From f8387195e367d4388d06730eb72db51ec78af847 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 22 Mar 2010 20:02:22 -0700 Subject: redraw entire screen when exiting editor after re-editing the message body in the send menu. closes #3393. --- compose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.c') 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; } -- cgit v1.2.3