cli: Separate current and deprecated format version
authorAustin Clements <amdragon@MIT.EDU>
Thu, 24 Oct 2013 15:19:02 +0000 (11:19 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 9 Nov 2013 00:13:58 +0000 (20:13 -0400)
commita24cd45568872d49c05bdd6193876cce6f01fe80
tree969f42e3ed3e1b0eb099ce1d019fcd338f1e2685
parentec630c663597cc3d6f4f98f9ec4ec17a6c7b5bbc
cli: Separate current and deprecated format version

Previously, the CLI would print a deprecation warning if a client
requested any format version other than the current one.  However, if
we add fields that are backwards-compatible, but want clients to be
able to depend on, we need to bump the version, but that doesn't make
the older version deprecated.

Hence, separate out the "minimum active" version and only print a
warning for requests below this version number.
notmuch-client.h
notmuch.c