}
else if (entryidx == HilIndex)
SETCOLOR(MT_COLOR_HIGHLIGHT);
- else if ((ColorDefs[MT_COLOR_SB_SPOOLFILE] != 0) &&
- (mutt_strcmp (b->path, Spoolfile) == 0))
- SETCOLOR(MT_COLOR_SB_SPOOLFILE);
else if ((b->msg_unread > 0) || (b->new))
SETCOLOR(MT_COLOR_NEW);
else if (b->msg_flagged > 0)
SETCOLOR(MT_COLOR_FLAGGED);
+ else if ((ColorDefs[MT_COLOR_SB_SPOOLFILE] != 0) &&
+ (mutt_strcmp (b->path, Spoolfile) == 0))
+ SETCOLOR(MT_COLOR_SB_SPOOLFILE);
else
SETCOLOR(MT_COLOR_NORMAL);