sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 870add70011621d8ea09acfccb3cc3e0c945daeb
parent ef1d8a9333f8d261deeb88a7c1cb0cc58d7b6563
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sat, 22 Aug 2009 10:49:59 -0400

Merge branch 'master' into next

Diffstat:
M lib/sup/thread.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/thread.rb b/lib/sup/thread.rb
@@ -357,7 +357,7 @@ class ThreadSet
     return if threads.size < 2
 
     containers = threads.map do |t|
-      c = @messages.member?(c) ? @messages[t.first.id] : nil
+      c = @messages.member?(t.first.id) ? @messages[t.first.id] : nil
       raise "not in threadset: #{t.first.id}" unless c && c.message
       c
     end