]> git.notmuchmail.org Git - notmuch/commit
lib/config: make values iterators restartable
authorDavid Bremner <david@tethera.net>
Fri, 1 Jan 2021 13:28:24 +0000 (09:28 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:09:39 +0000 (19:09 -0400)
commitd071828bd5f8aee0437aeb4993ffeeaa803c367b
tree0a739d38749fa206cff386f22e71e7c65c1b07d5
parentfd6f8e6c30e0443d1ead248047ab572120df85e9
lib/config: make values iterators restartable

This is relatively cheap, and makes it easier to transform existing
code which uses arrays of pointers to store configuration lists.
lib/config.cc
lib/notmuch.h
test/T590-libconfig.sh