mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
88b922afdc
commit
51a7cd3ddb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue