sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit d934d6f817a4de0327e442de58de1d2b511b5182
parent 3a5aad641238a56a39a39653d506e32a5e113638
Author: Damien Leone <damien.leone@fensalir.fr>
Date:   Fri, 25 Jun 2010 20:59:50 +0200

thread-index-mode: fix wrong method call

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
@@ -204,7 +204,7 @@ EOS
     t = thread_containing(m) or return
     l = @lines[t] or return
     @ts_mutex.synchronize do
-      @ts.remove_message m
+      @ts.delete_message m
       @ts.add_message m
     end
     Index.save_thread t