From: Carl Worth Date: Tue, 23 Feb 2010 20:51:23 +0000 (-0800) Subject: TODO: We should fix the --format=json option to not imply --entire-thread. X-Git-Tag: 0.1~77 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a7afcee50cab10f98072e97af2454bc2e939059b;ds=sidebyside 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. --- diff --git a/TODO b/TODO index 36e2299b..24c8e83f 100644 --- 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=" to allow for excluding muted threads, (and any other negative, thread-based filtering that the user wants to do).