From: Austin Clements Date: Tue, 8 Feb 2011 23:24:33 +0000 (-0500) Subject: new: Defer updating directory mtimes until the end. X-Git-Tag: 0.9_rc1~24 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=fcd433709eff6b7f0fbbd1e5018ca0e37315ce26;hp=fcd433709eff6b7f0fbbd1e5018ca0e37315ce26 new: Defer updating directory mtimes until the end. Previously, if notmuch new were interrupted between updating the directory mtime and handling removals from that directory, a subsequent notmuch new would not handle those removals until something else changed in that directory. This defers recording the updated mtime until after removals are handled to eliminate this problem. ---