]> git.cworth.org Git - notmuch/commit
lib: introduce notmuch_database_create_with_config
authorDavid Bremner <david@tethera.net>
Sat, 2 Jan 2021 00:43:14 +0000 (20:43 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:48:34 +0000 (19:48 -0400)
commitac67cd84eea1148680ab3a377d35ae346073f138
treec236c0ce222841a35e835ba4843d96b2964078b2
parent55f5e87096fda96280ccc4b191393c7e59b4df57
lib: introduce notmuch_database_create_with_config

This takes a config path parameter, and can use that to decide the
new database location.
bindings/python-cffi/tests/test_database.py
lib/notmuch.h
lib/open.cc
test/T560-lib-error.sh