X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fopen.cc;h=c2cb281865e7beccbe9a3046c8f911855820a436;hp=a942383b84b8cda800ae8006034555e267d11119;hb=1e7d33961e626488b09b56c8543e8edf00648670;hpb=d7f95724132bf658fd151630185899737e2ed829 diff --git a/lib/open.cc b/lib/open.cc index a942383b..c2cb2818 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);