mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
schemata: update for --body=true|false option
Previously body: was a compulsory field in a message. The new --body=false option causes notmuch show to omit this field so update schemata to reflect this.
This commit is contained in:
parent
52e50f7823
commit
ed93d79199
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ message = {
|
|||
tags: [string*],
|
||||
|
||||
headers: headers,
|
||||
body: [part]
|
||||
body?: [part] # omitted if --body=false
|
||||
}
|
||||
|
||||
# A MIME part (format_part_json)
|
||||
|
|
Loading…
Reference in a new issue