From: Karel Zak Date: Fri, 4 Oct 2013 18:34:57 +0000 (-0700) Subject: don't close opened message after X-Git-Tag: neomutt-20160404~13^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a014d1939bf1efb0503470f904032897e642ce;p=neomutt don't close opened message after Addresses: https://github.com/karelzak/mutt-kz/issues/48 Signed-off-by: Karel Zak --- diff --git a/curs_main.c b/curs_main.c index 3f8d9de2a..4888a2e55 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1466,6 +1466,11 @@ int mutt_index_menu (void) CURHDR->quasi_deleted = TRUE; Context->changed = TRUE; } + if (menu->menu == MENU_PAGER) + { + op = OP_DISPLAY_MESSAGE; + continue; + } if (option (OPTRESOLVE)) { if ((menu->current = ci_next_undeleted (menu->current)) == -1)