]> git.notmuchmail.org Git - notmuch/commitdiff
Minor correction to devel/schemata
authorMark Walters <markwalters1009@gmail.com>
Sat, 30 Jun 2012 11:14:15 +0000 (12:14 +0100)
committerDavid Bremner <bremner@debian.org>
Sat, 30 Jun 2012 11:21:36 +0000 (08:21 -0300)
In id:"87sjdm12d1.fsf@awakening.csail.mit.edu" Austin pointed out that
devel/schemata needs a slight correction with the new
--entire-thread=false option. This is that correction.

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
 ]