]> granicus.if.org Git - neomutt/commitdiff
Remove redraw flag setting after mutt_endwin().
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:31 +0000 (16:09 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 5 Apr 2017 23:09:31 +0000 (16:09 -0700)
There is no need to set a redraw flag in this case.  The screen will
automatically be properly redrawn on the next refresh().

Remove, lest it get propagated.

init.c

diff --git a/init.c b/init.c
index 805bc627d3d4ebf2c478bde6ca6e505e20a281bb..e3687f80bdd56b31bd581e7d8da596eb3f098975 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1291,8 +1291,6 @@ static int parse_attachments (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER
     print_attach_list(AttachExclude, '-', "A");
     print_attach_list(InlineAllow,   '+', "I");
     print_attach_list(InlineExclude, '-', "I");
-    mutt_set_menu_redraw_full (MENU_MAIN);
-    mutt_set_menu_redraw_full (MENU_PAGER);
     mutt_any_key_to_continue (NULL);
     return 0;
   }
@@ -1974,7 +1972,6 @@ static int parse_setenv(BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err)
 
     if (found)
     {
-      mutt_set_current_menu_redraw_full ();
       mutt_any_key_to_continue (NULL);
       return 0;
     }