[PATCH v2 (rebased) 4/4] schemata: update for --body=true|false option
Mark Walters
markwalters1009 at gmail.com
Tue Jul 24 11:23:30 PDT 2012
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/devel/schemata b/devel/schemata
index 6677a1c..9cb25f5 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)
--
1.7.9.1
More information about the notmuch
mailing list