[PATCH v2 7/7] NEWS: cli options for improved duplicate message handling

Subject: [PATCH v2 7/7] NEWS: cli options for improved duplicate message handling

Date: Sun, 9 Jun 2013 14:03:13 +0300

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


---
 NEWS |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/NEWS b/NEWS
index e1806c2..2eb2ded 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ Notmuch 0.16 (2013-MM-DD)
 Command-Line Interface
 ----------------------
 
+New options to better support handling duplicate messages
+
+  If more than one message file is associated with a message-id,
+  `notmuch search --output=files` will print all of them. A new
+  `--duplicate=N` option can be used to specify which duplicate to
+  print for each message.
+
+  `notmuch count` now supports `--output=files` option to output the
+  number of files associated with matching messages. This may be
+  bigger than the number of matching messages due to duplicates
+  (i.e. multiple files having the same message-id).
+
 Decrypting commands explicitly expect a gpg-agent
 
   Decryption in `notmuch show` and `notmuch reply` has only ever
-- 
1.7.10.4


Thread: