]> git.cworth.org Git - notmuch-old/commit
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>
Fri, 22 Nov 2019 02:43:28 +0000 (22:43 -0400)
commit8d1f30cb73eb3eb1708aee544461d545fb2612a8
treee42ff27ee02cbcf9609e639902d06a0853c66225
parent900de025912f25929ddbc5426583fa3abe57e815
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