aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-31 16:40:47 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-31 16:40:47 -0700
commit2405b45a06b5c9a596324c81e65fae31e2bcfab0 (patch)
treedbdfa3e7cfa3ece123450c731bb4061cdba5ad58 /TODO
parentc96021a47705bdb2ac189d52825a8edc033d35dd (diff)
notmuch: Add a talloc context argument to each top-level command function.
I had noticed several times earlier that having a talloc context passed in would make things more convenient. I'm not exercising that convenience yet, but the context is there now, (and there's one fewer item on our TODO list).
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index ac4e1d18..462dfa25 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-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.