# File lib/sup/xapian_index.rb, line 73
  def delete id
    synchronize { @xapian.delete_document mkterm(:msgid, id) }
  end