aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2014-11-13 21:59:43 +0100
committerDavid Bremner <david@tethera.net>2014-11-14 19:27:26 +0100
commit398f1484b9cb0d981e668f55e2e42adeaf8be588 (patch)
tree9e363a9ac49ab152403a4286e9a3944f799063bd
parented3823797478febca59646ab4fa4cf4020b07f7b (diff)
NEWS: deprecate notmuch deliver
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.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0115322c..ce7695a2 100644
--- 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`