aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-08-18 15:52:28 +0300
committerGravatar David Bremner <bremner@debian.org>2013-08-24 11:44:31 +0200
commitf45c9f831fcd2466d8a7376efe296ffb15b4f824 (patch)
treec13f38e4fa6b6686519a31bd557a0aa3c08602c2 /NEWS
parent312837e46ae2563259a15067254382d76ae68ab1 (diff)
NEWS: cli options for improved duplicate message handling
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 722a35dc..2e845f42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+
+Notmuch 0.17 (UNRELEASED)
+=========================
+
+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).
+
+
Notmuch 0.16 (2013-08-03)
=========================