aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-05-28 21:38:55 +0300
committerGravatar David Bremner <bremner@debian.org>2013-05-29 20:08:33 -0300
commitb9020448bd255232db27fcbfba7577449de450db (patch)
treed5348b5ec0aa8fff07dea9de09aebf12ca9b99fc /NEWS
parent21eba9d6868c7e98adc8947bf2f4e50f6cb1d72a (diff)
NEWS: added information about new --stderr=FILE top level option
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7f2ec67..80abd974 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,11 @@ Top level option to specify configuration file
It's now possible to specify the configuration file to use on the
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.
Bash command-line completion