From dd2d0db90173f1f387b1788387c590370e5c8ec7 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Wed, 13 Jun 2007 00:44:56 +0000 Subject: [PATCH] bugfix: multiple me's in thread-index-mode git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@453 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- 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 index 4333995..70af73c 100644 --- 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 -- 2.45.2