From: Austin Clements Date: Sat, 29 Jan 2011 16:25:56 +0000 (-0500) Subject: new: Wrap adding and removing messages in atomic sections. X-Git-Tag: 0.9_rc1~11 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=bff30540d86c77aacbc2c133c83aa7ccee823b48;hp=bff30540d86c77aacbc2c133c83aa7ccee823b48 new: Wrap adding and removing messages in atomic sections. This addresses atomicity of tag synchronization, the last atomicity problems in notmuch new. Each message add or remove is wrapped in its own atomic section, so interrupting notmuch new doesn't lose progress. ---