]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: news for notmuch address --deduplicate option
authorJani Nikula <jani@nikula.org>
Sat, 17 Oct 2015 13:06:52 +0000 (16:06 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 17 Oct 2015 19:52:23 +0000 (16:52 -0300)
NEWS

diff --git a/NEWS b/NEWS
index 647cd07858f1faf48784e3c4261f37bf69448609..6a3333036ec35114269708e954deb6eedeb703f0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,16 @@ Database revision tracking
   rollover and reinitialization, and `notmuch-count(1)` gained a
   `--lastmod` option to query database revision tracking data.
 
   rollover and reinitialization, and `notmuch-count(1)` gained a
   `--lastmod` option to query database revision tracking data.
 
+The `notmuch address` command supports new deduplication schemes
+
+  `notmuch address` has gained a new `--deduplicate` option to specify
+  how the results should be deduplicated, if at all. The alternatives
+  are `no` (do not deduplicate, useful for processing the results with
+  external tools), `mailbox` (deduplicate based on the full, case
+  sensitive name and email address), and `address` (deduplicate based
+  on the case insensitive address part). See the `notmuch-address`
+  manual page for further information.
+
 Emacs Interface
 ---------------
 
 Emacs Interface
 ---------------