]> git.cworth.org Git - sup/commitdiff
made the "indirect participant" indicator a + instead of a -. just fucking felt like it.
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 28 Dec 2006 19:26:23 +0000 (19:26 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 28 Dec 2006 19:26:23 +0000 (19:26 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@106 5c8cc53c-5e98-4d25-b20a-d8db53a31250

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

index aa1b6de283dd91684b2f6158e58e9fa3429e6f67..84c3441e8dc219b6747d5274caffaa860155e459 100644 (file)
@@ -358,7 +358,7 @@ protected
       [base_color, sprintf("%-#{@from_width}s", from)],
       [:starred_color, starred ? "*" : " "],
       [:none, t.size == 1 ? " " * (@size_width + 2) : sprintf("(%#{@size_width}d)", t.size)],
-      [:to_me_color, dp ? " >" : (p ? ' -' : "  ")],
+      [:to_me_color, dp ? " >" : (p ? ' +' : "  ")],
       [base_color, t.subj + (t.subj.empty? ? "" : " ")],
     ] +
       (t.labels - @hidden_labels).map { |label| [:label_color, "+#{label} "] } +