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.
This commit is contained in:
Carl Worth 2011-06-29 14:07:06 -07:00
parent f74c4bc2f3
commit 399277d17a

3
TODO
View file

@ -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.