]> git.notmuchmail.org Git - notmuch/commit
CLI/count: switch to new configuration framework
authorDavid Bremner <david@tethera.net>
Tue, 22 Dec 2020 12:13:51 +0000 (08:13 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:11:06 +0000 (19:11 -0400)
commitacc6331baa41a8aa7025924c823251d8f8c3384f
tree5a237e2b900503150931fdd2a2edc9d83e7c03ae
parentd071828bd5f8aee0437aeb4993ffeeaa803c367b
CLI/count: switch to new configuration framework

The main effort is changing from the old argv style config list
iterators to the new more opaque ones provided by the library (and
backed by the database+file config cache).
notmuch-count.c
notmuch.c
test/T035-read-config.sh [new file with mode: 0755]
test/T140-excludes.sh