X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_main.c;h=0fc4e0bd9c00d1223ef5c603e78783f5073dffbe;hb=004f8d226cb42f93c0025b0ed3a6edf87d7bb8a0;hp=7a01bad1dee2f42df4311aa5ddec9cda5f2613ba;hpb=f404a0ca916be07049af51a3022baaaaab94def6;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 7a01bad..0fc4e0b 100644 --- a/curs_main.c +++ b/curs_main.c @@ -609,6 +609,7 @@ int mutt_index_menu (void) SETCOLOR (MT_COLOR_STATUS); mutt_paddstr (COLS, buf); SETCOLOR (MT_COLOR_NORMAL); + set_buffystats (Context); menu->redraw &= ~REDRAW_STATUS; if (option(OPTXTERMSETTITLES)) { @@ -2393,6 +2394,8 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); case OP_SIDEBAR_SCROLL_DOWN: case OP_SIDEBAR_NEXT: case OP_SIDEBAR_PREV: + case OP_SIDEBAR_NEXT_NEW: + case OP_SIDEBAR_PREV_NEW: scroll_sidebar(op, menu->menu); break; default: