]> git.cworth.org Git - notmuch/commitdiff
Support aborting the atomic context
authorFloris Bruynooghe <flub@devork.be>
Sun, 14 Jun 2020 15:23:19 +0000 (17:23 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 16 Jun 2020 11:17:39 +0000 (08:17 -0300)
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.


No differences found