lib/sup/label.rb in sup-0.12.1 vs lib/sup/label.rb in sup-0.13.0
- old
+ new
@@ -10,10 +10,10 @@
## labels that will typically be hidden from the user
HIDDEN_RESERVED_LABELS = [ :starred, :unread, :attachment ]
def initialize fn
@fn = fn
- labels =
+ labels =
if File.exists? fn
IO.readlines(fn).map { |x| x.chomp.intern }
else
[]
end