From ed93d7919914d5eb11263cbc4ef864ad0bd54bff Mon Sep 17 00:00:00 2001
From: Mark Walters <markwalters1009@gmail.com>
Date: Tue, 24 Jul 2012 19:23:30 +0100
Subject: [PATCH] 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.
---
 devel/schemata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.45.2