aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.rs
blob: b324e903b97956a9771d9f787b1b2eacd2c6f839 (plain) (blame)
1
2
3
pub fn open(mode: notmuch::DatabaseMode) -> Result<notmuch::Database, notmuch::Error> {
    notmuch::Database::open(&"/home/gustav/.mail", mode)
}