]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: deprecate notmuch deliver
authorDavid Bremner <david@tethera.net>
Thu, 13 Nov 2014 20:59:43 +0000 (21:59 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 14 Nov 2014 18:27:26 +0000 (19:27 +0100)
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has
all the features that deliver does, and as far as I understand the
error handling has now caught up.

NEWS

diff --git a/NEWS b/NEWS
index 0115322c3d4f21d463264581829cb9305e008872..ce7695a299e8331849b86882658072216a6226b6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the database
   `post-new`. There's also a new option `notmuch insert --no-hooks` to
   skip the hook. See the notmuch-hooks(1) man page for details.
 
+`notmuch deliver` is deprecated
+
+  With this release we believe that `notmuch insert` has reached
+  parity with `notmuch deliver`. We recommend that all users of
+  `notmuch deliver` switch to `notmuch insert` as the former is
+  currently unmaintained.
+
 `notmuch search` now supports `--duplicate=N` option with `--output=messages`
 
   Complementing the `notmuch search --duplicate=N --output=files`