aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-09 13:42:30 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-09 13:42:30 -0800
commit436b8a2fda3f0ba894cfd5f5332557cdff1663b0 (patch)
tree0f2e248254a45e350e462e6a2fec8a24e31a73b6 /TODO
parent59d82640dc577a681d16e881ffc398c2f87dc7b6 (diff)
TODO: Note that notmuch restore needs some progress indication.
A recent "notmuch restore" command took *forever* for me. Obviously, we need to fix the underlying performance bug in Xapian, but in the meantime, a progress indicator would help.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 54687f67..d2a787a7 100644
--- a/TODO
+++ b/TODO
@@ -8,6 +8,10 @@ Add support to compose a reply to the current messaage.
notmuch command-line tool
-------------------------
+Give "notmuch restore" some progress indicator. Until we get the
+Xapian bugs fixed that are making this operation slow, we really need
+to let the user know that things are still moving.
+
Make "notmuch setup" not index all messages, but only what it can do
in a reasonable amount of time, (then add "notmuch index" so the user
can complete the job when convenient).