From: Floris Bruynooghe Date: Sun, 14 Jun 2020 15:23:19 +0000 (+0200) Subject: Support aborting the atomic context X-Git-Tag: archive/debian/0.30_rc2-1~4 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=776a54a0e437651abd69a03b9f7d591ea1f992cb;hp=776a54a0e437651abd69a03b9f7d591ea1f992cb;p=notmuch 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. ---