]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
cli/show: add content-disposition to structured output message parts
[notmuch] / devel / schemata
index 6dede7a453d7df9a2e9caf90d32f34950a8e5623..00ebb7a6e7148f9f7f2930de214e0e85ae915589 100644 (file)
@@ -28,6 +28,7 @@ v2
 
 v3
 - Replaced message.filename string with a list of filenames.
+- Added part.content-disposition field.
 
 Common non-terminals
 --------------------
@@ -79,6 +80,7 @@ part = {
     sigstatus?:     sigstatus,
 
     content-type:   string,
+    content-disposition?:       string,
     content-id?:    string,
     # if content-type starts with "multipart/":
     content:        [part*],