lib/sup/mbox.rb in sup-0.8.1 vs lib/sup/mbox.rb in sup-0.9

- old
+ new

@@ -13,10 +13,10 @@ begin ## hack -- make Time.parse fail when trying to substitute values from Time.now Time.parse time, 0 true rescue NoMethodError - Redwood::log "found invalid date in potential mbox split line, not splitting: #{l.inspect}" + warn "found invalid date in potential mbox split line, not splitting: #{l.inspect}" false end end module_function :is_break_line? end