]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: Add note to fix race condition with directory mtime.
authorCarl Worth <cworth@cworth.org>
Wed, 29 Jun 2011 21:07:06 +0000 (14:07 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 29 Jun 2011 21:07:06 +0000 (14:07 -0700)
I recently discussed fixing this with Austin, but want to record it
here just in case we don't remember to fix it right away.

TODO

diff --git a/TODO b/TODO
index facbda137f2a13e492cb9866f4a8b1115fa44ab0..4dda6f4654895d5b1aa7edf0b4915bbd20d17156 100644 (file)
--- a/TODO
+++ b/TODO
@@ -267,6 +267,9 @@ large so the detection could be potentially slow). 2. A "notmuch
 search" syntax could be added to allow the user to find these files,
 (and perhaps delete them or move them away as appropriate).
 
+Fix filesystem/notmuch-new race condition by not updating database
+mtime for a directory if it is the same as the current mtime.
+
 Test suite
 ----------
 Achieve 100% test coverage with the test suite.