mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
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.
This commit is contained in:
parent
dd8a08bec4
commit
f0d4c3ace2
1 changed files with 4 additions and 0 deletions
4
TODO
4
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
|
||||
|
|
Loading…
Reference in a new issue