]> git.notmuchmail.org Git - sup/commitdiff
added :killed
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 25 Jan 2007 20:00:24 +0000 (20:00 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 25 Jan 2007 20:00:24 +0000 (20:00 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@285 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/label.rb

index 3e8baa82f840b8cc8252258708ef4d09c6a01123..770f21946ccb9d66c2dc9aad11744e05e917241e 100644 (file)
@@ -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 ]