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/T340-maildir-sync.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/T340-maildir-sync.sh')
| -rwxr-xr-x | test/T340-maildir-sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T340-maildir-sync.sh b/test/T340-maildir-sync.sh index efeaa3f6..b474bf46 100755 --- a/test/T340-maildir-sync.sh +++ b/test/T340-maildir-sync.sh @@ -39,7 +39,7 @@ output=$(notmuch show --format=json id:${gen_msg_id} | notmuch_json_show_sanitiz test_expect_equal_json "$output" '[[[{"id": "XXXXX", "match": true, "excluded": false, -"filename": "YYYYY", +"filename": ["YYYYY"], "timestamp": 42, "date_relative": "2001-01-05", "tags": ["inbox","replied"], |
