Re: [PATCH] bindings/python: add bindings for notmuch_database_get_revision

2017-03-09 Thread David Bremner
Gaute Hope writes: > Database.get_revision () returns a tuple with the current database > revision and the UUID string representing the database. It would be great if you could add a test for the new API to T390-python.sh. Probably just translating the C example from T570-revision-tracking.sh in

[PATCH] bindings/python: add bindings for notmuch_database_get_revision

2017-03-06 Thread Gaute Hope
Database.get_revision () returns a tuple with the current database revision and the UUID string representing the database. --- bindings/python/notmuch/database.py | 16 1 file changed, 16 insertions(+) diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/da