X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=0fc4e0bd9c00d1223ef5c603e78783f5073dffbe;hp=7a01bad1dee2f42df4311aa5ddec9cda5f2613ba;hb=9f36db15c2120fbcada6d8b55b5ef53dc96123bf;hpb=f404a0ca916be07049af51a3022baaaaab94def6 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: