sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 1d3816e0e62f1732ea5511d11ee20726631957d5
parent 81ee8d587ed713ebef29c1e450f5bc2557119c07
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 17 Aug 2009 19:29:11 -0700

Merge branch 'logging' into next

Diffstat:
M lib/sup/poll.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/poll.rb b/lib/sup/poll.rb
@@ -107,7 +107,7 @@ EOS
             end
           else
             yield "Found new message at #{m.source_info} with labels #{m.labels.to_a * ','}"
-            Index.add_message m
+            add_new_message m
             num += 1
             from_and_subj << [m.from && m.from.longname, m.subj]
             if (m.labels & [:inbox, :spam, :deleted, :killed]) == Set.new([:inbox])