TODO: We should fix the --format=json option to not imply --entire-thread.

What we print and how we print it are orthogonal options, so --format
shouldn't change what messages are printed.
This commit is contained in:
Carl Worth 2010-02-23 12:51:23 -08:00
parent 5171831813
commit a7afcee50c

2
TODO
View file

@ -52,6 +52,8 @@ and *then* --max-threads), and also complete value for --sort=
notmuch command-line tool
-------------------------
Fix the --format=json option to not imply --entire-thread.
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).