]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: Note that notmuch restore needs some progress indication.
authorCarl Worth <cworth@cworth.org>
Mon, 9 Nov 2009 21:42:30 +0000 (13:42 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 9 Nov 2009 21:42:30 +0000 (13:42 -0800)
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.

TODO

diff --git a/TODO b/TODO
index 54687f67fa28ef9dd22aabe44ece798cec2fcbae..d2a787a7d14a66ba902264fa8dbf163982a58016 100644 (file)
--- 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).