mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
db68eea013
commit
6f1173c0e4
1 changed files with 4 additions and 0 deletions
4
TODO
4
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>
|
||||
|
|
Loading…
Reference in a new issue