X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT568-lib-thread.sh;h=b4c24ca23b049b4ec8e06a67d28e9d7fb1bae407;hp=b45836cdd989ca6ac25bc58bc15f7a13fa38dd63;hb=HEAD;hpb=3eb25c94bd8fe4065d6df6d665ee393cb9a0ad6f diff --git a/test/T568-lib-thread.sh b/test/T568-lib-thread.sh index b45836cd..b4c24ca2 100755 --- a/test/T568-lib-thread.sh +++ b/test/T568-lib-thread.sh @@ -36,7 +36,9 @@ int main (int argc, char** argv) notmuch_query_t *query = NULL; const char *id = "${THREAD}"; - stat = notmuch_database_open_verbose (argv[1], NOTMUCH_DATABASE_MODE_READ_WRITE, &db, &msg); + stat = notmuch_database_open_with_config (argv[1], + NOTMUCH_DATABASE_MODE_READ_WRITE, + NULL, NULL, &db, &msg); if (stat != NOTMUCH_STATUS_SUCCESS) { fprintf (stderr, "error opening database: %d %s\n", stat, msg ? msg : ""); exit (1);