aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2013-08-17 15:11:31 +0300
committerGravatar David Bremner <bremner@debian.org>2013-08-24 11:44:23 +0200
commit312837e46ae2563259a15067254382d76ae68ab1 (patch)
treef57f0c019f54957b600b9bcc2a52d8644e731b3f /man
parent09f8ef3e3db6e9e831f3f57fcd18231af355557a (diff)
man: document notmuch count --output=files
Document the notmuch count --output=files option.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-count.110
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1
index baed25fb..173e8841 100644
--- a/man/man1/notmuch-count.1
+++ b/man/man1/notmuch-count.1
@@ -23,7 +23,7 @@ Supported options for
include
.RS 4
.TP 4
-.B \-\-output=(messages|threads)
+.B \-\-output=(messages|threads|files)
.RS 4
.TP 4
@@ -37,6 +37,14 @@ Output the number of matching messages. This is the default.
Output the number of matching threads.
.RE
+.RS 4
+.TP 4
+.B files
+
+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).
+.RE
.RE
.RS 4