summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
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 /notmuch-client.h
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 'notmuch-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index d026e600..21b08798 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -145,7 +145,7 @@ chomp_newline (char *str)
* this. New (required) map fields can be added without increasing
* this.
*/
-#define NOTMUCH_FORMAT_CUR 2
+#define NOTMUCH_FORMAT_CUR 3
/* The minimum supported structured output format version. Requests
* for format versions below this will return an error. */
#define NOTMUCH_FORMAT_MIN 1