From 386ad3d6a1a4aff086a87c04c225aba4fa85fb4c Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 15 Nov 2011 22:08:51 +0200 Subject: 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 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 ------------- -- cgit v1.2.3