Fix compilation issues.
[apps/madmutt.git] / pager.c
diff --git a/pager.c b/pager.c
index b287a6b..19a8c70 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1443,10 +1443,8 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t * extra)
       SETCOLOR(main_w, MT_COLOR_NORMAL);
       BKGDSET(main_w, MT_COLOR_NORMAL);
     }
-    /* if we're not using the index, update every time */
-    if (index == 0)
-      sidebar_draw ();
 
+    sidebar_draw ();
     redraw = 0;
     mutt_refresh();