From 14c60cf168ac3b0f277188c16e6012b7ebdadde7 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Sat, 25 Feb 2017 15:31:31 +0200 Subject: 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. --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') 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 -- cgit v1.2.3