]> git.notmuchmail.org Git - notmuch/commit - bindings/python-cffi/notmuch2/_build.py
Move from _add_message to _index_file API
authorFloris Bruynooghe <flub@devork.be>
Sun, 17 Nov 2019 19:24:46 +0000 (20:24 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 3 Dec 2019 12:12:30 +0000 (08:12 -0400)
commit1e072204cd1963fbf684cdc9c92092efb2d44924
tree5b962bdaeb80882b8ecf58d8f93df177f28f852e
parente2df30f7a98f91543d0b3561dbb366eb4b3d812c
Move from _add_message to _index_file API

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.
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/notmuch2/_database.py