]> git.notmuchmail.org Git - notmuch/commit
bindings/python: add bindings for notmuch_database_get_revision
authorGaute Hope <eg@gaute.vetsj.com>
Mon, 6 Mar 2017 16:37:34 +0000 (17:37 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 9 Mar 2017 14:20:50 +0000 (10:20 -0400)
commita39a1ee1529bfa3c88ecd6c9a10269f340ebf05f
tree8e8ba797c539d1f4e6f1404f28662d552bd12313
parentb7763c94e23bbb7d27e995e7a721f31b2ba8cb13
bindings/python: add bindings for notmuch_database_get_revision

Database.get_revision () returns a tuple with the current database
revision and the UUID string representing the database.
bindings/python/notmuch/database.py