]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: added information about new --stderr=FILE top level option
[notmuch] / 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