NEWS: added information about new --stderr=FILE top level option

This commit is contained in:
Tomi Ollila 2013-05-28 21:38:55 +03:00 committed by David Bremner
parent 21eba9d686
commit b9020448bd

5
NEWS
View file

@ -35,6 +35,11 @@ Top level option to specify configuration file
It's now possible to specify the configuration file to use on the It's now possible to specify the configuration file to use on the
command line using the `notmuch --config=FILE` option. command line using the `notmuch --config=FILE` option.
Top level option to redirect writes to stderr
With `notmuch --stderr=FILE` all writes to stderr are redirected to
the specified file. If FILE is '-', stderr is redirected to stdout.
Deprecated commands "part" and "search-tags" are removed. Deprecated commands "part" and "search-tags" are removed.
Bash command-line completion Bash command-line completion