aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2011-11-15 22:08:51 +0200
committerGravatar David Bremner <bremner@debian.org>2011-11-15 19:20:27 -0400
commit386ad3d6a1a4aff086a87c04c225aba4fa85fb4c (patch)
tree6d58875aa6d92a7a45d0eac278834ce822c98df4 /NEWS
parente7328d7b006cc54d2cff249a601b114ee341b1db (diff)
cli: add support for --output parameter in notmuch count
Add support for --output=messages (which remains the default) and --output=threads to notmuch count. Signed-off-by: Jani Nikula <jani@nikula.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f224d02c..7bd99870 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ Add "notmuch search" --offset and --limit options
The search command now takes options --offset=[-]N and --limit=N to limit
the number of results shown.
+Add "notmuch count --output" option
+
+ The count command is now capable of counting threads in addition to
+ messages. This is selected using the new --output=(threads|messages) option.
+
Optimizations
-------------