]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
Update devel/schemata for --entire-thread=false
[notmuch] / devel / schemata
index 977cea75396e540a0bc64afd099fddd6ed8ba410..8fcab8e5f8ed2eaf806a5f611960e55b06a56e67 100644 (file)
@@ -32,7 +32,7 @@ thread = [thread_node*]
 
 # A message and its replies (show_messages)
 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
 ]
 
     [thread_node*]            # children of message
 ]