]> git.notmuchmail.org Git - notmuch/commit
python-cffi: use config_pairs API in ConfigIterator
authorDavid Bremner <david@tethera.net>
Wed, 9 Feb 2022 12:28:54 +0000 (08:28 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 17 Feb 2022 01:57:22 +0000 (21:57 -0400)
commit9ddd13f75827f4972872c8766320c7cb80b1819b
tree7efd4a4315c0719cc1bd53f4a2995b42634fd9cf
parente221a4531fa8d317560d568634da695952c65365
python-cffi: use config_pairs API in ConfigIterator

This returns all of the config keys with non-empty values, not just
those that happen to be stored in the database.
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/notmuch2/_config.py
bindings/python-cffi/tests/test_config.py
test/T055-path-config.sh