]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: Add note on making "notmuch new" interruptible.
authorCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 15:05:43 +0000 (07:05 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 17:35:03 +0000 (09:35 -0800)
This note was described in the previous commit message, but mistakenly
not committed:

The note about making "notmuch setup" faster is now rewritten to apply
to "notmuch new" since "notmuch setup" no longer does any mail
indexing.

TODO

diff --git a/TODO b/TODO
index b2c4b6ef5cc7551a3c2b10f04e3f48077818d6a4..c0c307730722b596789aef5a94b91a5290f6d31a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,10 @@ relative to the database path. (Otherwise, moving the database to a
 new directory will result in notmuch creating new timestamp documents
 and leaving stale ones behind.)
 
 new directory will result in notmuch creating new timestamp documents
 and leaving stale ones behind.)
 
+Ensure that "notmuch new" is sane if its first, giant indexing session
+gets interrupted, (that is, ensure that any results indexed so far are
+flushed).
+
 Fix notmuch.c to use a DIR prefix for directory timestamps, (the idea
 being that it can then add other non-directory timestamps such as for
 noting how far back in the past mail has been indexed, and whether it
 Fix notmuch.c to use a DIR prefix for directory timestamps, (the idea
 being that it can then add other non-directory timestamps such as for
 noting how far back in the past mail has been indexed, and whether it