From: wmorgan Date: Thu, 25 Jan 2007 20:00:24 +0000 (+0000) Subject: added :killed X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=17f46383a6d4b1fa23f6160794e5f432c2194721;p=sup added :killed git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@285 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup/label.rb b/lib/sup/label.rb index 3e8baa8..770f219 100644 --- 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 ]