NEWS: cli exit status codes

This commit is contained in:
Jani Nikula 2014-05-01 17:42:00 +03:00 committed by David Bremner
parent e0c7e49307
commit d8bf03710e

7
NEWS
View file

@ -90,6 +90,13 @@ Command-Line Interface
Do not synchronize tags to maildir flags in `notmuch insert` if the
user does not want it.
The commands set consistent exit status codes on failures
The cli commands now consistently set exit status of 1 on failures,
except where explicitly otherwise noted. The notable expections are
the status codes for format version mismatches for commands that
support formatted output.
Emacs Interface
---------------