I found annoying that we cant unfold whole thread from pager.
Implementation is pretty straight-forward.
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
mutt_set_virtual(Context);
}
}
+ if (menu->menu == MENU_PAGER)
+ {
+ op = OP_DISPLAY_MESSAGE;
+ continue;
+ }
break;
}
{ "vfolder-from-query", OP_MAIN_VFOLDER_FROM_QUERY, "\033X" },
{ "modify-labels", OP_MAIN_MODIFY_LABELS, "`" },
{ "modify-labels-then-hide", OP_MAIN_MODIFY_LABELS_THEN_HIDE, NULL },
+ { "entire-thread", OP_MAIN_ENTIRE_THREAD, "+" },
#endif
{ NULL, 0, NULL }