]> git.notmuchmail.org Git - notmuch/blobdiff - TODO
Makefile: Inform user that they might want to call ./configure explicitly.
[notmuch] / TODO
diff --git a/TODO b/TODO
index 68ea2666f86cf421c43870d62d37c29fe8779d5c..d6c303ee16f07831f84fadaba1268d724e734274 100644 (file)
--- a/TODO
+++ b/TODO
@@ -44,6 +44,11 @@ and *then* --max-threads), and also complete value for --sort=
 
 notmuch command-line tool
 -------------------------
+Fix "notmuch show" so that the UI doesn't fail to show a thread that
+is visible in a search buffer, but happens to no longer match the
+current search. (Perhaps add a --matching=<secondary-search-terms>
+option (or similar) to "notmuch show".)
+
 Teach "notmuch search" to return many different kinds of results. Some
 ideas:
 
@@ -100,7 +105,7 @@ Index content from citations, please.
 Provide a sane syntax for date ranges. First, we don't want to require
 both endpoints to be specified. For example it would be nice to be
 able to say things like "since:2009-01-1" or "until:2009-01-1" and
-have the other enpoint be implicit. Second we'd like to support
+have the other endpoint be implicit. Second we'd like to support
 relative specifications of time such as "since:'2 months ago'". To do
 any of this we're probably going to need to break down an write our
 own parser for the query string rather than using Xapian's QueryParser