# File lib/sup/maildir.rb, line 92
  def load_message id
    scan_mailbox
    with_file_for(id) { |f| RMail::Parser.read f }
  end