]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: Add idea for an --exclude-threads options to "notmuch search".
authorCarl Worth <cworth@cworth.org>
Wed, 9 Dec 2009 22:03:03 +0000 (14:03 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 9 Dec 2009 22:03:03 +0000 (14:03 -0800)
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).

TODO

diff --git a/TODO b/TODO
index 12d7c4fffb10708d701bfb1b12ae1c803dd22b63..d2a1aa41e1334762ccd56ff06cd80956c3a08823 100644 (file)
--- a/TODO
+++ b/TODO
@@ -44,6 +44,10 @@ and *then* --max-threads), and also complete value for --sort=
 
 notmuch command-line tool
 -------------------------
 
 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>
 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>