# File lib/sup/mbox/ssh-loader.rb, line 41
  def next
    safely do
      offset, labels = @loader.next
      self.cur_offset = @loader.cur_offset # superclass keeps @cur_offset which is used by yaml
      [offset, (labels + @labels).uniq] # add our labels
    end
  end