Re: [PATCH 2/2] python-cffi: use config_pairs API in ConfigIterator

2022-02-16 Thread Floris Bruynooghe
On Fri 11 Feb 2022 at 09:04 -0400, David Bremner wrote: > 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 | 16 +- > bindings/python-cffi/notmuch2/_config.py | 37 +

[PATCH 2/2] python-cffi: use config_pairs API in ConfigIterator

2022-02-11 Thread David Bremner
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 | 16 +- bindings/python-cffi/notmuch2/_config.py | 37 +++ bindings/python-cffi/tests/test_config.py | 22