sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit dd2d0db90173f1f387b1788387c590370e5c8ec7
parent bcd323b2c47c686ae9c7388092a9fc8e4acfc775
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed, 13 Jun 2007 00:44:56 +0000

bugfix: multiple me's in thread-index-mode

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@453 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -441,7 +441,7 @@ protected
       else
         p.shortname
       end
-    end.join ","
+    end.uniq.join ","
   end
 
   def text_for_thread t