X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=4ecb3ae9d44c511818684b5c56ba85c2b1d0c34f;hb=a24cd45568872d49c05bdd6193876cce6f01fe80;hp=0bfa4da9606a4b62b052aec3a42e04148bceaccf;hpb=ec630c663597cc3d6f4f98f9ec4ec17a6c7b5bbc;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 0bfa4da9..4ecb3ae9 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -142,6 +142,12 @@ chomp_newline (char *str) /* The minimum supported structured output format version. Requests * for format versions below this will return an error. */ #define NOTMUCH_FORMAT_MIN 1 +/* The minimum non-deprecated structured output format version. + * Requests for format versions below this will print a stern warning. + * Must be between NOTMUCH_FORMAT_MIN and NOTMUCH_FORMAT_CUR, + * inclusive. + */ +#define NOTMUCH_FORMAT_MIN_ACTIVE 1 /* The output format version requested by the caller on the command * line. If no format version is requested, this will be set to