]> git.cworth.org Git - sup/commitdiff
make the thread count numbers also reflect new/starred status in thread-index-mode
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 31 Oct 2007 00:41:37 +0000 (00:41 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 31 Oct 2007 00:41:37 +0000 (00:41 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@655 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-index-mode.rb

index f196c8f87daea08a697501ad2bc646a5a8e83775..357161a74e4238ffc896d7d65d0104eee0d1668c 100644 (file)
@@ -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? ? "" : " ")],
     ] +