]> git.notmuchmail.org Git - notmuch/commitdiff
Update devel/schemata for --entire-thread=false
authorMark Walters <markwalters1009@gmail.com>
Sat, 16 Jun 2012 10:21:45 +0000 (11:21 +0100)
committerDavid Bremner <bremner@debian.org>
Sat, 30 Jun 2012 01:33:13 +0000 (22:33 -0300)
Also remove the Json --entire-thread item from devel/TODO.

devel/TODO
devel/schemata

index 7b750afa5cbde78b868f6ec111630aca8ac8da29..eb757af5da2ab3c75099189dfc6c0de020f107bb 100644 (file)
@@ -92,8 +92,6 @@ and email address in the From: line. We could also then easily support
 "notmuch compose --from <something>" to support getting at alternate
 email addresses.
 
-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).
index 977cea75396e540a0bc64afd099fddd6ed8ba410..8fcab8e5f8ed2eaf806a5f611960e55b06a56e67 100644 (file)
@@ -32,7 +32,7 @@ thread = [thread_node*]
 
 # A message and its replies (show_messages)
 thread_node = [
-    message?,                 # present if --entire-thread or matched
+    message?,                 # null if not matched and not --entire-thread
     [thread_node*]            # children of message
 ]