]> granicus.if.org Git - mutt/commit
Remove menu->menu hack when redirecting pager ops through index.
authorKevin McCarthy <kevin@8t8.us>
Thu, 17 Oct 2019 09:30:03 +0000 (17:30 +0800)
committerKevin McCarthy <kevin@8t8.us>
Thu, 17 Oct 2019 09:30:03 +0000 (17:30 +0800)
commitb15e8659514362e85114a6db4a89f799a9593787
tree7e622776a0ed7ca2002e613b9fb92b842e6ab527
parente5f24ca82baf8f594df6f67cfd4d5b4a319b900e
Remove menu->menu hack when redirecting pager ops through index.

As noted in commit a327386c, this causes problems when redirecting ops
that open new menus.  There is no need to change the menu->menu type,
as a flag works perfectly well with no such side effects.

This also removes the need for comments explaning the hack before
mutt_folder_hooks() when changing folders, or before displaying a
message in the pager.
curs_main.c