diff options
| author | Jani Nikula <jani@nikula.org> | 2015-10-17 16:06:52 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-17 16:52:23 -0300 |
| commit | 25676b62014039c6414aea57a755c93e4a2eb310 (patch) | |
| tree | dd92da191139311ea08fcbd24974a478c4ec176b | |
| parent | 4135e5b9293f38ca0fbecf6bd3327ce142c29f92 (diff) | |
NEWS: news for notmuch address --deduplicate option
| -rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 --------------- |
