sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 401a1ab60af48dca515f0eb1bfeb845b8b4a5406
parent e0f4858b87a3ffaa664254c8118b7058f3237b7a
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Mon, 10 Sep 2007 20:40:20 +0000

add nice message when killing a thread

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@561 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -254,6 +254,7 @@ class ThreadIndexMode < LineCursorMode
       hide_thread t
     end
     regen_text
+    BufferManager.flash "Thread#{threads.size == 1 ? '' : 's'} killed."
   end
 
   def save