From 51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 30 Jun 2012 12:14:15 +0100 Subject: [PATCH] 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. --- devel/schemata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- 2.43.0