[PATCH] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
---
In id:"87sjdm12d1.fsf at 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.

Best wishes

Mark

 devel/schemata |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/devel/schemata b/devel/schemata
index 8fcab8e..f7e1b69 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
 ]

-- 
1.7.9.1



[PATCH] Minor correction to devel/schemata

2012-06-30 Thread Mark Walters
---
In id:87sjdm12d1@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.

Best wishes

Mark

 devel/schemata |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/devel/schemata b/devel/schemata
index 8fcab8e..f7e1b69 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
 ]
 
-- 
1.7.9.1

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch