notmuch/bindings/python-cffi/notmuch2
Floris Bruynooghe 776a54a0e4 Support aborting the atomic context
Since it is possible to use an atomic context to abort a number of
changes support this usage.  Because the only way to actually abort
the transaction is to close the database this must also do so.

Amended by db: Note the limitation requiring close is a limitation of
the underlying notmuch API, which should be fixed in a future notmuch
release.
2020-06-16 08:17:39 -03:00
..
__init__.py python/notmuch2: fix typo for ObjectDestroyedError 2019-12-24 07:12:51 +09:00
_base.py Rename package to notmuch2 2019-12-03 08:12:30 -04:00
_build.py python/notmuch2: add bindings for the database config strings 2020-06-15 21:50:03 -03:00
_config.py python config access: fix style and KeyError bug 2020-06-15 21:50:03 -03:00
_database.py Support aborting the atomic context 2020-06-16 08:17:39 -03:00
_errors.py python/notmuch2: fix typo for "destroyed" 2019-12-24 07:13:09 +09:00
_message.py Make messages returned by Thread objects owned 2020-06-16 08:02:02 -03:00
_query.py Rename package to notmuch2 2019-12-03 08:12:30 -04:00
_tags.py Add missing set methods to tagsets 2020-06-15 07:14:11 -03:00
_thread.py Make messages returned by Thread objects owned 2020-06-16 08:02:02 -03:00