]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
Minor correction to devel/schemata
[notmuch] / devel / schemata
index 8fcab8e5f8ed2eaf806a5f611960e55b06a56e67..f7e1b69f57581d2b230c6700da9b6f8b414ab2dc 100644 (file)
@@ -32,7 +32,7 @@ thread = [thread_node*]
 
 # A message and its replies (show_messages)
 thread_node = [
-    message?,                 # null if not matched and not --entire-thread
+    message|null,             # null if not matched and not --entire-thread
     [thread_node*]            # children of message
 ]