X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fschemata;h=9cb25f593061094c58a91b39096cf1f79c5cbd80;hp=f7e1b69f57581d2b230c6700da9b6f8b414ab2dc;hb=1dd76ab9b681d6f1f59e7f076015e8f12f45f477;hpb=51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a diff --git a/devel/schemata b/devel/schemata index f7e1b69f..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) @@ -128,7 +128,8 @@ thread = { total: int, # total messages in thread authors: string, # comma-separated names with | between # matched and unmatched - subject: string + subject: string, + tags: [string*] } notmuch reply schema