# File lib/larch/imap/mailbox.rb, line 161
  def fetch_db_message(guid)
    scan
    @db_mailbox.messages_dataset.filter(:guid => guid).first
  end