summaryrefslogtreecommitdiff
path: root/bindings/python-cffi/notmuch2/_build.py
AgeCommit message (Collapse)Author
2020-06-15python/notmuch2: add bindings for the database config stringsAnton Khirnov
2019-12-03Move from _add_message to _index_file APIFloris Bruynooghe
This moves away from the deprecated notmuch_database_add_message API and instead uses the notmuch_database_index_file API. This means instroducing a class to manage the index options and bumping the library version requirement to 5.1.
2019-12-03Rename package to notmuch2Floris Bruynooghe
This is based on a previous discussion on the list where this was more or less seen as the least-bad option.