]> git.notmuchmail.org Git - notmuch/commitdiff
TODO: We should fix the --format=json option to not imply --entire-thread.
authorCarl Worth <cworth@cworth.org>
Tue, 23 Feb 2010 20:51:23 +0000 (12:51 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 23 Feb 2010 20:51:23 +0000 (12:51 -0800)
What we print and how we print it are orthogonal options, so --format
shouldn't change what messages are printed.

TODO

diff --git a/TODO b/TODO
index 36e2299b27ec25261638157a9dd6f3837b85f6e0..24c8e83fe961d3f847d71130973af2bf6c848c70 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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).