lib/sup/maildir.rb in sup-0.7 vs lib/sup/maildir.rb in sup-0.8

- old
+ new

@@ -54,10 +54,10 @@ end end def load_header id scan_mailbox - with_file_for(id) { |f| MBox::read_header f } + with_file_for(id) { |f| parse_raw_email_header f } end def load_message id scan_mailbox with_file_for(id) { |f| RMail::Parser.read f }