]> git.cworth.org Git - sup/commitdiff
removed refs: header (only there for debugging purposes)
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 30 Dec 2006 15:14:35 +0000 (15:14 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Sat, 30 Dec 2006 15:14:35 +0000 (15:14 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@121 5c8cc53c-5e98-4d25-b20a-d8db53a31250

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

index e6720bbe04d1171038694fd289d3f1f4c72c2f08..59cc532bc3f4be1dc20582cc053dd7290c588d09 100644 (file)
@@ -298,8 +298,7 @@ private
            ["  Date: #{m.date.strftime DATE_FORMAT} (#{m.date.to_nice_distance_s})"] +
            ["  Subject: #{m.subj}"] +
            [(parent ? "  In reply to: #{parent.from.mediumname}'s message of #{parent.date.strftime DATE_FORMAT}" : nil)] +
-           [labels.empty? ? nil : "  Labels: #{labels.join(', ')}"] +
-           ["  Refs: #{m.refs.inspect}"]
+           [labels.empty? ? nil : "  Labels: #{labels.join(', ')}"]
         ).flatten.compact.map { |l| [[:message_patina_color, prefix + "  " + l]] }
       #raise x.inspect
       x