From: Mark Walters Date: Tue, 24 Jul 2012 18:23:30 +0000 (+0100) Subject: schemata: update for --body=true|false option X-Git-Tag: 0.14~41 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ed93d7919914d5eb11263cbc4ef864ad0bd54bff 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. --- diff --git a/devel/schemata b/devel/schemata index 6677a1c9..9cb25f59 100644 --- a/devel/schemata +++ b/devel/schemata @@ -47,7 +47,7 @@ message = { tags: [string*], headers: headers, - body: [part] + body?: [part] # omitted if --body=false } # A MIME part (format_part_json)