From: Mark Walters Date: Sat, 30 Jun 2012 11:14:15 +0000 (+0100) Subject: Minor correction to devel/schemata X-Git-Tag: 0.14~76 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a Minor correction to devel/schemata 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. --- 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 ]