]> git.cworth.org Git - notmuch/commit
bindings/python-cffi: handle NOTMUCH_STATUS_OPERATION_INVALIDATED master
authorAnton Khirnov <anton@khirnov.net>
Thu, 28 Aug 2025 09:00:59 +0000 (11:00 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 14 Sep 2025 16:32:45 +0000 (13:32 -0300)
commitc55953e9de408674d71db78ea4fff941972b2f0a
tree3c343b3d0644d51b596e2cbf16fe586d86d57dae
parentabdff73a3333b295a599135ad2777e852189e188
bindings/python-cffi: handle NOTMUCH_STATUS_OPERATION_INVALIDATED

Raise it as a newly added OperationInvalidatedError exception.
bindings/python-cffi/notmuch2/_base.py
bindings/python-cffi/notmuch2/_build.py
bindings/python-cffi/notmuch2/_errors.py
bindings/python-cffi/notmuch2/_message.py
bindings/python-cffi/notmuch2/_thread.py
bindings/python-cffi/tests/test_database.py