From: wmorgan Date: Wed, 13 Jun 2007 00:44:56 +0000 (+0000) Subject: bugfix: multiple me's in thread-index-mode X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=dd2d0db90173f1f387b1788387c590370e5c8ec7;p=sup bugfix: multiple me's in thread-index-mode git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@453 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- 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