]> git.notmuchmail.org Git - notmuch/blobdiff - devel/schemata
cli/show: list all filenames of a message in the formatted output
[notmuch] / devel / schemata
index 41dc4a60fff36608e25425c7f113c6f2a1b667b0..6dede7a453d7df9a2e9caf90d32f34950a8e5623 100644 (file)
@@ -26,6 +26,9 @@ v1
 v2
 - Added the thread_summary.query field.
 
+v3
+- Replaced message.filename string with a list of filenames.
+
 Common non-terminals
 --------------------
 
@@ -59,7 +62,7 @@ message = {
     # (format_message_sprinter)
     id:             messageid,
     match:          bool,
-    filename:      string,
+    filename:      [string*],
     timestamp:      unix_time, # date header as unix time
     date_relative:  string,   # user-friendly timestamp
     tags:           [string*],