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.
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;
}
if (found)
{
- mutt_set_current_menu_redraw_full ();
mutt_any_key_to_continue (NULL);
return 0;
}