sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 17f46383a6d4b1fa23f6160794e5f432c2194721
parent ebec05b8ee92338b64216ce4f7882c585b454ca0
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Thu, 25 Jan 2007 20:00:24 +0000

added :killed


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

Diffstat:
M lib/sup/label.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/label.rb b/lib/sup/label.rb
@@ -8,7 +8,7 @@ class LabelManager
   RESERVED_LABELS = [ :starred, :spam, :draft, :unread, :killed, :sent, :deleted ]
 
   ## labels which it nonetheless makes sense to search for by
-  LISTABLE_LABELS = [ :starred, :spam, :draft, :sent, :deleted ]
+  LISTABLE_LABELS = [ :starred, :spam, :draft, :sent, :killed, :deleted ]
 
   ## labels that will never be displayed to the user
   HIDDEN_LABELS = [ :starred, :unread ]