]> git.cworth.org Git - sup/blobdiff - lib/sup/mbox/loader.rb
have mbox, maildir and imap sources (de)serialize labels nicely
[sup] / lib / sup / mbox / loader.rb
index 26177f76bb12041c7cbfee16414f656a6dd15afc..030759483289f2ee6bd115b818e9dfecb5a986de 100644 (file)
@@ -6,6 +6,7 @@ module Redwood
 module MBox
 
 class Loader < Source
+  include SerializeLabelsNicely
   yaml_properties :uri, :cur_offset, :usual, :archived, :id, :labels
 
   ## uri_or_fp is horrific. need to refactor.