]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
devel: Add Reply-to to the schemata
[notmuch] / devel / schemata
index 6677a1c9a38705c728ca62d682539c6bf8225bdb..e44da717b36c1dd18eb8e0f73112be9136032ecf 100644 (file)
@@ -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
 }