summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-02-25 15:31:31 +0200
committerDavid Bremner <david@tethera.net>2017-02-26 07:41:33 -0400
commit14c60cf168ac3b0f277188c16e6012b7ebdadde7 (patch)
treef52b91f406ffc3867e8b18e503fecbb04742f6e2 /devel
parent524372de10abafc79ccb4d71eae361cb0da0e6b9 (diff)
cli/show: list all filenames of a message in the formatted output
Instead of just having the first filename for the message, list all duplicate filenames of the message as a list in the formatted outputs. This bumps the format version to 3.
Diffstat (limited to 'devel')
-rw-r--r--devel/schemata5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/schemata b/devel/schemata
index 41dc4a60..6dede7a4 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -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*],