lib/sup/label.rb in sup-0.0.6 vs lib/sup/label.rb in sup-0.0.7
- old
+ new
@@ -3,13 +3,13 @@
class LabelManager
include Singleton
## labels that have special semantics. user will be unable to
## add/remove these via normal label mechanisms.
- RESERVED_LABELS = [ :starred, :spam, :draft, :unread, :killed, :sent ]
+ 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 ]
+ LISTABLE_LABELS = [ :starred, :spam, :draft, :sent, :killed, :deleted ]
## labels that will never be displayed to the user
HIDDEN_LABELS = [ :starred, :unread ]
def initialize fn