aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2009-12-09 14:03:03 -0800
committerCarl Worth <cworth@cworth.org>2009-12-09 14:03:03 -0800
commit6f1173c0e46526cc70592659ab6c1c4a740d3e64 (patch)
treecf946c6f96988306aef34a9294ca4415aaf84323 /TODO
parentdb68eea0134bf0ea97aa6a887a7c302a610484a1 (diff)
TODO: Add idea for an --exclude-threads options to "notmuch search".
This would provide support for "muted" threads, as well as allowing for negative filtering based on messages not matched by the original search, (but present in threads that do have at least one matched message).
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 12d7c4f..d2a1aa4 100644
--- a/TODO
+++ b/TODO
@@ -44,6 +44,10 @@ and *then* --max-threads), and also complete value for --sort=
notmuch command-line tool
-------------------------
+Implement "notmuch search --exclude-threads=<search-terms>" to allow
+for excluding muted threads, (and any other negative, thread-based
+filtering that the user wants to do).
+
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>