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).
This commit is contained in:
Carl Worth 2009-12-09 14:03:03 -08:00
parent db68eea013
commit 6f1173c0e4

4
TODO
View file

@ -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>