]> git.notmuchmail.org Git - notmuch/commit
CLI/config: switch "notmuch config list" to merged config
authorDavid Bremner <david@tethera.net>
Sun, 14 Feb 2021 11:54:22 +0000 (07:54 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 27 Mar 2021 12:26:14 +0000 (09:26 -0300)
commit3787fe6c84ae223ba8c34920c3a2495c71abfe6c
tree7e8b6c3d79c7d1151c6cead0b1b084b0ffe72112
parent34f734e26b1202cbfbbd06293962571538188fc4
CLI/config: switch "notmuch config list" to merged config

Use the database opened at the top level rather than opening another
notmuch_database_t.

Test output changes because keys are now listed in alphabetical order,
and because a missing database is no longer an error.
notmuch-config.c
test/T030-config.sh