X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Fschemata;h=e44da717b36c1dd18eb8e0f73112be9136032ecf;hb=a4eabfd1b7b6c72af09153df082bac3dca7c4420;hp=f7e1b69f57581d2b230c6700da9b6f8b414ab2dc;hpb=51a7cd3ddb5a902fe46cb6d16b1999c73af0d33a;p=notmuch diff --git a/devel/schemata b/devel/schemata index f7e1b69f..e44da717 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) @@ -79,6 +79,7 @@ headers = { To?: string, Cc?: string, Bcc?: string, + Reply-To?: string, Date: string } @@ -128,7 +129,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