summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-01-07 18:17:38 -0800
committerCarl Worth <cworth@cworth.org>2010-01-07 18:17:38 -0800
commitcb8e4bc9c0406391cedde012dfcd7ea8f6b8ef46 (patch)
treedf87e6cbcad4774b3a8740b8e41b3c83cf425b67 /TODO
parent807aef93d3bf02884f7a37b44b894c11d9e1df58 (diff)
TODO: Add a couple of ideas that came up during recent coding.
The notmuch_query_count_messages functions duplicates a lot of code undesirably.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4395669..bdfe64c 100644
--- a/TODO
+++ b/TODO
@@ -74,6 +74,8 @@ for selecting what gets printed).
Add a "--count-only" (or so?) option to "notmuch search" for returning
the count of search results.
+Add documented syntax for searching all threads/messages.
+
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.
@@ -146,6 +148,10 @@ notmuch initially sees all changes as interesting, and quickly learns
from the user which changes are not interesting (such as the very
common mailing-list footer).
+Fix notmuch_query_count_messages to share code with
+notmuch_query_search_messages rather than duplicating code. (And
+consider renaming it as well.)
+
General
-------
Audit everything for dealing with out-of-memory (and drop xutil.c).