From: wmorgan Date: Wed, 31 Oct 2007 00:41:37 +0000 (+0000) Subject: make the thread count numbers also reflect new/starred status in thread-index-mode X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7326764bbe541ac2dc06f5b1240a5c2bab7d0d00;p=sup make the thread count numbers also reflect new/starred status in thread-index-mode git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@655 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index f196c8f..357161a 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -551,7 +551,7 @@ protected ] + from + [ - [:none, t.size == 1 ? " " * (@size_width + 2) : sprintf("(%#{@size_width}d)", t.size)], + [subj_color, t.size == 1 ? " " * (@size_width + 2) : sprintf("(%#{@size_width}d)", t.size)], [:to_me_color, dp ? " >" : (p ? ' +' : " ")], [subj_color, t.subj + (t.subj.empty? ? "" : " ")], ] +