]> mj.ucw.cz Git - checkmail.git/commitdiff
Better rules for coloring of flagged messages.
authorMartin Mares <mj@ucw.cz>
Mon, 25 Jun 2007 17:27:01 +0000 (19:27 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 25 Jun 2007 17:27:01 +0000 (19:27 +0200)
cm.c

diff --git a/cm.c b/cm.c
index 36a29e9145e86904a10acb9bac8d0788cad1f56c..a3bba1853305c46e21b595475157a6ec37ff5b0a 100644 (file)
--- a/cm.c
+++ b/cm.c
@@ -597,6 +597,7 @@ redraw_line(int i)
              printw("%6d  ", b->flagged);
              attrset(attrs[cc][hi][M_IDLE]);
              printw("        ");
+             attrset(attrs[cc][0][M_FLAG]);    /* We avoid the highlight intentionally */
              snip = b->o.show_flagged;
            }
          if (snip && b->o.snippets && b->snippet[0])