sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 2ef7518d7d4eefc9b3ac4fff8e63a595af8d0c37
parent 2cae1972ad4fca96abf9f235b7f6129d0bd546a2
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Sat, 29 Dec 2007 15:37:49 -0800

remove spurious ThreadIndexMode#handle_deleted_update

Diffstat:
M lib/sup/modes/thread-index-mode.rb | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb
@@ -128,12 +128,6 @@ EOS
 
   def handle_archived_update *a; handle_read_update(*a); end
 
-  def handle_deleted_update sender, m
-    t = thread_containing(m) or return
-    hide_thread t
-    regen_text
-  end
-
   ## overwrite me!
   def is_relevant? m; false; end