]> git.notmuchmail.org Git - notmuch/commit
CLI: define and use format version 5
authorDavid Bremner <david@tethera.net>
Sun, 22 Aug 2021 00:00:11 +0000 (17:00 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 22 Aug 2021 14:05:13 +0000 (07:05 -0700)
commit731697d671749a13634a2a4b843ce62f2927f64f
tree754e93c78844e7fd798770157a3eb005bb7b157c
parent357dd488caf0262f8a36ea4fd23b9d017cc93440
CLI: define and use format version 5

This is a bit of a cheat, since the format does not actually
change. On the other hand it is fairly common to do something like
this to shared libary SONAMEs when the ABI changes in some subtle way.
It does rely on the format-version argument being early enough on the
command line to generate a sensible error message.
devel/schemata
emacs/notmuch-address.el
emacs/notmuch-mua.el
emacs/notmuch-query.el
emacs/notmuch-tree.el
emacs/notmuch.el
notmuch-client.h
test/T310-emacs.sh
test/T450-emacs-show.sh