aboutsummaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2/_config.py
AgeCommit message (Collapse)Author
2025-06-16bindings/python-cffi: fix typosJakub Wilk
2022-02-16python-cffi: use config_pairs API in ConfigIteratorDavid Bremner
This returns all of the config keys with non-empty values, not just those that happen to be stored in the database.
2020-06-15python config access: fix style and KeyError bugFloris Bruynooghe
This fixes some minor style/pep8 things and adds tests for the new config support. Also fixes a bug where KeyError was never raised on a missing key.
2020-06-15python/notmuch2: add bindings for the database config stringsAnton Khirnov