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:
Mark Walters 2012-07-24 19:23:30 +01:00 committed by David Bremner
parent 52e50f7823
commit ed93d79199

View file

@ -47,7 +47,7 @@ message = {
tags: [string*],
headers: headers,
body: [part]
body?: [part] # omitted if --body=false
}
# A MIME part (format_part_json)