Nico Golde:
[apps/madmutt.git] / sidebar.c
index e914533..937dd20 100644 (file)
--- a/sidebar.c
+++ b/sidebar.c
@@ -251,7 +251,8 @@ 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++ ) {
     move(lines, SidebarWidth - delim_len);