X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fschemata;fp=devel%2Fschemata;h=f7e1b69f57581d2b230c6700da9b6f8b414ab2dc;hp=8fcab8e5f8ed2eaf806a5f611960e55b06a56e67;hb=51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a;hpb=88b922afdce6944d0f17d8cdf42372dfee8561c3 diff --git a/devel/schemata b/devel/schemata index 8fcab8e5..f7e1b69f 100644 --- a/devel/schemata +++ b/devel/schemata @@ -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 ]