]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
emacs: Split out the incremental json parser into its own function
[notmuch] / devel / schemata
index f7e1b69f57581d2b230c6700da9b6f8b414ab2dc..9cb25f593061094c58a91b39096cf1f79c5cbd80 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)
@@ -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