summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-10-17 16:01:11 +0800
committerKevin McCarthy <kevin@8t8.us>2019-10-17 16:01:11 +0800
commite5f24ca82baf8f594df6f67cfd4d5b4a319b900e (patch)
tree6e22b26b61bbc92fcf43568565b398f950ee0abe /curs_main.c
parent30b1ff48452c3474053e8acae28d3427978d70a4 (diff)
parenta327386c5bf676a8321335fca849159ddd664ab9 (diff)
Merge branch 'stable'
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/curs_main.c b/curs_main.c
index 4e0f6e86..9a0df384 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1380,6 +1380,9 @@ int mutt_index_menu (void)
mutt_sleep (0);
+ /* XXX: quick fix in stable branch. Better fix will be in master */
+ CurrentMenu = MENU_MAIN;
+
/* Note that menu->menu may be MENU_PAGER if the change folder
* operation originated from the pager.
*