]> git.notmuchmail.org Git - notmuch/commit
lib/config: add config values iterator
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:49 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:08:12 +0000 (19:08 -0400)
commitfd6f8e6c30e0443d1ead248047ab572120df85e9
tree26e07a0890b9184fcff6a90f71dfbb91d9a87e8d
parent3fb123f215668a54cd6084b2a520f767d2be6712
lib/config: add config values iterator

This is intended to avoid duplicating the string splitting and
traversal code for all clients of the config API.
lib/config.cc
lib/notmuch.h
notmuch.c
test/T590-libconfig.sh