summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2015-10-17 16:06:52 +0300
committerDavid Bremner <david@tethera.net>2015-10-17 16:52:23 -0300
commit25676b62014039c6414aea57a755c93e4a2eb310 (patch)
treedd92da191139311ea08fcbd24974a478c4ec176b
parent4135e5b9293f38ca0fbecf6bd3327ce142c29f92 (diff)
NEWS: news for notmuch address --deduplicate option
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 647cd078..6a333303 100644
--- 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.
+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
---------------