1 2 3
pub fn open(mode: notmuch::DatabaseMode) -> Result<notmuch::Database, notmuch::Error> { notmuch::Database::open(&"/home/gustav/.mail", mode) }