summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:12 -0700
committerKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:12 -0700
commit107e64ca10e09a097bd528bb4dd0842dfc99c051 (patch)
tree9824606a7c7e2dcef7f5da4a8573d24c138a92f0 /curs_main.c
parenta6d0c40161fb52b3d8415cb838f8bd768be97481 (diff)
Remove the OPTFORCEREDRAW options.
Use the menu stack to flag redraws for the index and pager.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/curs_main.c b/curs_main.c
index 3de64d64..3ca1fbbb 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -2053,10 +2053,6 @@ int mutt_index_menu (void)
mutt_enter_command ();
mutt_check_rescore (Context);
- if (option (OPTFORCEREDRAWINDEX))
- menu->redraw = REDRAW_FULL;
- unset_option (OPTFORCEREDRAWINDEX);
- unset_option (OPTFORCEREDRAWPAGER);
break;
case OP_EDIT_MESSAGE: