lib/sup/mbox.rb in sup-0.15.4 vs lib/sup/mbox.rb in sup-0.16.0
- old
+ new
@@ -117,11 +117,9 @@
## 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-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)