lib/sup/label.rb in sup-0.16.0 vs lib/sup/label.rb in sup-0.17.0

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 module Redwood class LabelManager - include Singleton + include Redwood::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, :deleted, :inbox, :attachment, :forwarded, :replied ]