[Patch v2] Minor correction to devel/schemata
Mark Walters
markwalters1009 at gmail.com
Sat Jun 30 04:14:15 PDT 2012
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.
---
Resend with better commit message
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
More information about the notmuch
mailing list