]> git.notmuchmail.org Git - notmuch/commit
lib: add stub for notmuch_database_open_with_config
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:36 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 22:57:35 +0000 (18:57 -0400)
commite5f3c3ed50247323ecbd2a50e3b24a8352d17f8d
tree86adf8b40c3c3ca36755ddfe4213a8597dc35dc7
parent4743e87c2c79c37208bb60d6617ef203796fc5c2
lib: add stub for notmuch_database_open_with_config

Initially document the intended API and copy the code from
notmuch_database_open_verbose. Most of the documented functionality is
not there yet.
lib/config.cc
lib/notmuch-private.h
lib/notmuch.h
lib/open.cc
test/T562-lib-database.sh
test/T590-libconfig.sh