projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b922a
)
Minor correction to devel/schemata
author
Mark Walters
<markwalters1009@gmail.com>
Sat, 30 Jun 2012 11:14:15 +0000
(12:14 +0100)
committer
David Bremner
<bremner@debian.org>
Sat, 30 Jun 2012 11:21:36 +0000
(08:21 -0300)
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
patch
|
blob
|
history
diff --git
a/devel/schemata
b/devel/schemata
index 8fcab8e5f8ed2eaf806a5f611960e55b06a56e67..f7e1b69f57581d2b230c6700da9b6f8b414ab2dc 100644
(file)
--- 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
]