X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pager.c;h=4b1c48a3dd592e35652df6f7b8c230ad66f1c198;hp=b735abf4747b19c9c1c830006fff72a224782993;hb=fd9992da39f78bd5e4ae5bbd8c003cd2ecc8fe75;hpb=5c310cabcfafe551dcad7638c007daae1c7d3710 diff --git a/pager.c b/pager.c index b735abf..4b1c48a 100644 --- a/pager.c +++ b/pager.c @@ -1773,11 +1773,10 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra) /* redraw the pager_index indicator, because the * flags for this message might have changed. */ menu_redraw_current (index); - draw_sidebar(MENU_PAGER); + draw_sidebar(MENU_PAGER); /* print out the index status bar */ menu_status_line (buffer, sizeof (buffer), index, NONULL(Status)); - move (indexoffset + (option (OPTSTATUSONTOP) ? 0 : (indexlen - 1)), - SidebarWidth); + move (indexoffset + (option (OPTSTATUSONTOP) ? 0 : (indexlen - 1)),SidebarWidth); SETCOLOR (MT_COLOR_STATUS); mutt_paddstr (COLS-SidebarWidth, buffer); SETCOLOR (MT_COLOR_NORMAL);