diff options
author | Mark Walters <markwalters1009@gmail.com> | 2012-03-01 22:30:34 +0000 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-03-02 08:25:21 -0400 |
commit | 4eab10f0f82cbae8635552a05a7d0ee4ca1ef8cc (patch) | |
tree | 5c748a3e086f83b1f46e75ad471a6f9c4fb288ba /man | |
parent | d845662970c7627a7c6d03d4698119c2263c586f (diff) |
cli: Add --no-exclude to the man pages for search and count
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/notmuch-count.1 | 7 | ||||
-rw-r--r-- | man/man1/notmuch-search.1 | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 index 0d0ab5dc..805a8ae3 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -38,6 +38,13 @@ Output the number of matching messages. This is the default. 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 diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index 19d85df1..8426aa33 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -112,6 +112,13 @@ result from the end. Limit the number of displayed results to N. .RE +.RS 4 +.TP 4 +.BR \-\-no\-exclude + +Do not exclude the messages matching search.exclude_tags in the config file. +.RE + .SH SEE ALSO \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1), |