]> git.cworth.org Git - notmuch/commit
CLI/config: support set/get with split configuration
authorDavid Bremner <david@tethera.net>
Thu, 25 Feb 2021 12:00:26 +0000 (08:00 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commit77d4b26d3e374afac0012148a8ac0a08158406f1
treeec4ad26e8514ab0d3569e0a1271771e823cf6548
parentf5d4349921ded021756d6754d347420e68b23111
CLI/config: support set/get with split configuration

There are two small code changes. The main one is to retrieve the
possibly updated config file name found during the database opening
call. The second change is to allow empty config file names, as
a (currently broken) way of specifying that configuration should only
be taken from the database.
notmuch.c
test/T055-path-config.sh