aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-30 12:02:11 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-30 12:02:11 -0700
commitf365024166a9a2f702fa16add5fe02a20283a516 (patch)
tree21f29048d793f9746efb4d9852b8575da0e1750e /TODO
parent2b819ae83dbe2b13000e711b8b795b08a4471852 (diff)
TODO: Add man page and compiling a libnotmuch library to the list.
These are things we'll want done before any big announcement.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index cf0ec41b..79086073 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,10 @@ notmuch_threads_t and notmuch_messages_t respectively.
Add a talloc context as the first argument to each command in
notmuch.c.
+Write a notmuch man page.
+
+Compile and install a libnotmuch library.
+
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).