]> git.notmuchmail.org Git - notmuch/commit
lib: config list iterators
authorDavid Bremner <david@tethera.net>
Tue, 22 Mar 2016 10:54:48 +0000 (07:54 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 25 May 2016 09:51:16 +0000 (06:51 -0300)
commit92e59568fa4eec466db78af6c21c39ca5826b0d7
tree201db8683b73ac1c531dbda1025af9c98dd29066
parent3458e3c89c1224d3e2dff7230780589ee3ee4c70
lib: config list iterators

Since xapian provides the ability to restrict the iterator to a given
prefix, we expose this ability to the user. Otherwise we mimic the other
iterator interfances in notmuch (e.g. tags.c).
lib/config.cc
lib/notmuch.h
test/T590-libconfig.sh