mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
schemata: document 'excluded' field in structured output
Include the 'excluded' field in the structured output schema. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
parent
f873790b6f
commit
e9ff896f84
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ message = {
|
||||||
# (format_message_sprinter)
|
# (format_message_sprinter)
|
||||||
id: messageid,
|
id: messageid,
|
||||||
match: bool,
|
match: bool,
|
||||||
|
excluded: bool,
|
||||||
filename: [string*],
|
filename: [string*],
|
||||||
timestamp: unix_time, # date header as unix time
|
timestamp: unix_time, # date header as unix time
|
||||||
date_relative: string, # user-friendly timestamp
|
date_relative: string, # user-friendly timestamp
|
||||||
|
|
Loading…
Reference in a new issue