]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: added information about new --stderr=FILE top level option
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 28 May 2013 18:38:55 +0000 (21:38 +0300)
committerDavid Bremner <bremner@debian.org>
Wed, 29 May 2013 23:08:33 +0000 (20:08 -0300)
NEWS

diff --git a/NEWS b/NEWS
index a7f2ec67c359dae42f9ce2642ad57d06bae9d6ba..80abd97454ca6e9333652ba2ea25753c384a153d 100644 (file)
--- 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