aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2011-06-29 14:07:06 -0700
committerCarl Worth <cworth@cworth.org>2011-06-29 14:07:06 -0700
commit399277d17a105080db662ededa8510565e3c8980 (patch)
treeb746a6b475d3a26c2fd8f34b6b7f54b5a1e03665 /TODO
parentf74c4bc2f3ceedc6b6f3501c552df6c77fce9c00 (diff)
TODO: Add note to fix race condition with directory mtime.
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index facbda1..4dda6f4 100644
--- 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.