sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 931df4f3285d0f45c6724dedeb910c17f9ce2a8e
parent b97d4e67046da62058a6c77225bdee26063bd4e0
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Wed, 30 Jan 2008 22:18:28 -0800

use "contact" instead of "thread" as the tagged noun in contact-list-mode

Diffstat:
M lib/sup/modes/contact-list-mode.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/contact-list-mode.rb b/lib/sup/modes/contact-list-mode.rb
@@ -29,7 +29,7 @@ class ContactListMode < LineCursorMode
 
   def initialize mode=:regular
     @mode = mode
-    @tags = Tagger.new self
+    @tags = Tagger.new self, "contact"
     @num = nil
     @text = []
     super()