]> git.notmuchmail.org Git - notmuch/commit - lib/open.cc
lib/open: add support for config profiles and default locations
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:46 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 22:59:00 +0000 (18:59 -0400)
commit39580e2d7fde7fbb1d837d49c0b3f675f706e123
tree3dc0004257eaf7c139f92673e0a04005dc8bbfab
parente5f3c3ed50247323ecbd2a50e3b24a8352d17f8d
lib/open: add support for config profiles and default locations

Fill in the remainder of the documented functionality for
n_d_open_with_config with respect to config file location. Similar
searching default locations of the database file still needs to be
added.
lib/config.cc
lib/open.cc
test/T590-libconfig.sh