lib/sup/mbox.rb in sup-0.14.1.1 vs lib/sup/mbox.rb in sup-0.15.0

- old
+ new

@@ -118,10 +118,10 @@ ## apparently it's a million times faster to call this directly if ## we're just moving messages around on disk, than reading things ## into memory with raw_message. ## ## i hoped never to have to move shit around on disk but - ## sup-sync-back has to do it. + ## sup-sync-back-mbox has to do it. def each_raw_message_line offset @mutex.synchronize do ensure_open @f.seek offset until @f.eof? || MBox::is_break_line?(l = @f.gets)