X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fopen.cc;h=46a0154534886b77e446604219023e5de5c790d4;hb=fc3c79dd37d4bae938a5d0a1d7773bea48dd09b4;hp=ba32c2f16d84d9d19c5bdcf1e5ad58db76d411d7;hpb=e7bb7919a2484e12cd5a672eaa21b695b7464acf;p=notmuch diff --git a/lib/open.cc b/lib/open.cc index ba32c2f1..46a01545 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -19,9 +19,8 @@ notmuch_database_open (const char *path, char *status_string = NULL; notmuch_status_t status; - status = notmuch_database_open_verbose (path, mode, database, - &status_string); - + status = notmuch_database_open_with_config (path, mode, "", NULL, + database, &status_string); if (status_string) { fputs (status_string, stderr); free (status_string);