aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-12 07:05:43 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-12 09:35:03 -0800
commitf0d4c3ace230dd043984c0acc57e20ae92c85337 (patch)
tree58d0c1aae9bec1732c782441848c83e1cea75b5c /TODO
parentdd8a08bec49d61df40737d5eaf8f92a77af13008 (diff)
TODO: Add note on making "notmuch new" interruptible.
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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index b2c4b6ef..c0c30773 100644
--- 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.)
+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