mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Return to pager upon aborting a jump operation. (closes #3901)

+7
+7
curs_main.c
··· 831 831 buf[0] = 0; 832 832 if (mutt_get_field (_("Jump to message: "), buf, sizeof (buf), 0) != 0 833 833 || !buf[0]) 834 + { 835 + if (menu->menu == MENU_PAGER) 836 + { 837 + op = OP_DISPLAY_MESSAGE; 838 + continue; 839 + } 834 840 break; 841 + } 835 842 836 843 if (mutt_atoi (buf, &i) < 0) 837 844 {