[PATCH] doc: minor corrections in notmuch-config.1

Jani Nikula jani at nikula.org
Tue Feb 28 11:33:24 PST 2012


On Tue, 28 Feb 2012 19:42:03 +0100, Pieter Praet <pieter at praet.org> wrote:
> * man/man1/notmuch-config.1
> 
>   - SYNOPSIS:
>     Remove spaces in 'section.item' arg, and indicate that
>     `notmuch config set' accepts multiple value args.
> 
>   - DESCRIPTION:
>     Correct config option to exclude tags from search results.
>     ('search.exclude_tags' instead of 'search.exclude')

Oops, good catch. And thanks for showing that there was at least someone
who read the patch/man. :)

Jani.


> 
> Also see commit bb8ab4c8.
> ---
> 
> See my reply to id:"1330208621-7462-1-git-send-email-jani at nikula.org".
> 
>  man/man1/notmuch-config.1 |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1
> index 0260eb7..3d69cc6 100644
> --- a/man/man1/notmuch-config.1
> +++ b/man/man1/notmuch-config.1
> @@ -4,10 +4,10 @@ notmuch-config \- Access notmuch configuration file.
>  .SH SYNOPSIS
>  
>  .B notmuch config get
> -.RI  "<" section "> . <" item ">"
> +.RI  "<" section ">.<" item ">"
>  
>  .B notmuch config set
> -.RI  "<" section "> . <" item "> [" value "]"
> +.RI  "<" section ">.<" item "> [" value " ...]"
>  
>  .SH DESCRIPTION
>  
> @@ -85,7 +85,7 @@ directory hierarchy.
>  
>  .RS 4
>  .TP 4
> -.B search.exclude
> +.B search.exclude_tags
>  A list of tags that will be excluded from search results by
>  default. Using an excluded tag in a query will override that
>  exclusion.
> -- 
> 1.7.8.1


More information about the notmuch mailing list