X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sidebar.c;h=5692cddbba0949ff953b3890d80f79c415e3c135;hp=937dd20acecb9cfd7734a2c1fad982ed53e9d02d;hb=777c7ccc259a8b7f5fadac70267c59e62a2cb300;hpb=ce92f8c407db309ef5c3262cff1bd77d0a91b77d diff --git a/sidebar.c b/sidebar.c index 937dd20..5692cdd 100644 --- a/sidebar.c +++ b/sidebar.c @@ -243,7 +243,7 @@ int draw_sidebar(int menu) { } else if(!prev_show_value && option(OPTMBOXPANE)) { SidebarWidth = saveSidebarWidth; /* after toggle: force recounting of all mail */ - mutt_buffy_check(1); + mutt_buffy_check(2); } prev_show_value = option(OPTMBOXPANE); } @@ -251,7 +251,7 @@ int draw_sidebar(int menu) { if ( SidebarWidth == 0 ) return 0; /* draw the divider */ - //SETCOLOR(MT_COLOR_STATUS); + /* SETCOLOR(MT_COLOR_STATUS); */ SETCOLOR(MT_COLOR_SIDEBAR); for (lines = option (OPTSTATUSONTOP) ? 0 : 1; lines < LINES-1-(menu != MENU_PAGER || option (OPTSTATUSONTOP)); lines++ ) {