diff options
author | Jani Nikula <jani@nikula.org> | 2017-02-25 15:31:31 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2017-02-26 07:41:33 -0400 |
commit | 14c60cf168ac3b0f277188c16e6012b7ebdadde7 (patch) | |
tree | f52b91f406ffc3867e8b18e503fecbb04742f6e2 /test/T220-reply.sh | |
parent | 524372de10abafc79ccb4d71eae361cb0da0e6b9 (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 'test/T220-reply.sh')
-rwxr-xr-x | test/T220-reply.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T220-reply.sh b/test/T220-reply.sh index 818a8654..17741e0d 100755 --- a/test/T220-reply.sh +++ b/test/T220-reply.sh @@ -229,7 +229,7 @@ test_expect_equal_json "$output" ' ], "date_relative": "2010-01-05", "excluded": false, - "filename": "'${MAIL_DIR}'/msg-012", + "filename": ["'${MAIL_DIR}'/msg-012"], "headers": { "Date": "Tue, 05 Jan 2010 15:43:56 +0000", "From": "\u2603 <snowman@example.com>", |