mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
fc4e5248d2
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iJwEAAECAAYFAk9lxXUACgkQTiiN/0Um85nz8gP+PdsYdn6jyizOc1LYrWqeccQK La9HA5f+pdimEVTE1vRPwJT1Vz0saphiqCzRxNaYTtrFKQZ8Cz3z0pPs6/1mDAhD myGd9r5y566TNIxG2OlJHxxnmhoml1LNMLOHpj7ZMnNhrojKa0HmibtXlMR5ZN27 tFP+UZn0c6Ad0JomezE= =IEn+ -----END PGP SIGNATURE----- Merge tag '0.12_rc2' notmuch 0.12~rc2 release
57 lines
1.1 KiB
Groff
57 lines
1.1 KiB
Groff
.TH NOTMUCH-COUNT 1 2012-03-18 "Notmuch 0.12~rc2"
|
|
.SH NAME
|
|
notmuch-count \- Count messages matching the given search terms.
|
|
.SH SYNOPSIS
|
|
|
|
.B notmuch count
|
|
.RI [ options "... ] <" search-term ">..."
|
|
|
|
.SH DESCRIPTION
|
|
|
|
Count messages matching the search terms.
|
|
|
|
The number of matching messages (or threads) is output to stdout.
|
|
|
|
With no search terms, a count of all messages (or threads) in the database will
|
|
be displayed.
|
|
|
|
See \fBnotmuch-search-terms\fR(7)
|
|
for details of the supported syntax for <search-terms>.
|
|
|
|
Supported options for
|
|
.B count
|
|
include
|
|
.RS 4
|
|
.TP 4
|
|
.B \-\-output=(messages|threads)
|
|
|
|
.RS 4
|
|
.TP 4
|
|
.B messages
|
|
|
|
Output the number of matching messages. This is the default.
|
|
.RE
|
|
.RS 4
|
|
.TP 4
|
|
.B threads
|
|
|
|
Output the number of matching threads.
|
|
.RE
|
|
.RE
|
|
|
|
.RS 4
|
|
.TP 4
|
|
.BR \-\-no\-exclude
|
|
|
|
Do not exclude the messages matching search.exclude_tags in the config file.
|
|
.RE
|
|
.RE
|
|
.RE
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-dump\fR(1),
|
|
\fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1),
|
|
\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),
|
|
\fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),
|
|
\fBnotmuch-tag\fR(1)
|