]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
NEWS: announce insert command
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index e1806c2f4ce0108bccf563ab77a21e2cd53e0ef5..de5bb832fb0334559aaf805f8e7811d7828cb706 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,11 +35,6 @@ 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
@@ -54,6 +49,11 @@ Bash command-line completion
   `notmuch config`. The new completion support depends on the
   bash-completion package.
 
+Support for delivering messages to Maildir
+
+  There is a new command `insert` that adds a message to a Maildir
+  folder and notmuch index.
+
 Vim Front-End
 -------------