[RFC PATCH v5 02/11] cli: Add --no-exclude to the man pages for search and count
Austin Clements
amdragon at MIT.EDU
Fri Feb 24 15:05:12 PST 2012
Quoth Mark Walters on Feb 15 at 9:03 am:
> ---
> man/man1/notmuch-count.1 | 7 +++++++
> 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 25fe329..413b405 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.
Should be search.exclude_tags, since search_exclude_tags is just the
internal variable name.
> +.RE
> .RE
> .RE
>
> diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1
> index 0bc3f40..bc54b4d 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.
Same.
> +.RE
> +
> .SH SEE ALSO
>
> \fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),
More information about the notmuch
mailing list