]> git.cworth.org Git - notmuch/commit
CLI/config: use merged config for "config get"
authorDavid Bremner <david@tethera.net>
Sat, 13 Feb 2021 13:01:50 +0000 (09:01 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commitecb91d056c1d99373316ccf7aff748bc91e90ef4
treec10fd83a4c8f663d4d9422c9bb92752fe0ac666c
parentd9bc5c85288526e1e063e14fa00517e8f953be16
CLI/config: use merged config for "config get"

This commit starts the conversion of notmuch-config.c
functionality (as opposed to just interface) to the new config
framework.

The change to T030-config is because of the move of the
canonicalization database paths from the notmuch_config_t accessor to
the internal function _choose_database_path.
notmuch-config.c
test/T030-config.sh