mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
doc: minor corrections in notmuch-config.1
* 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')
Also see commit bb8ab4c8
.
This commit is contained in:
parent
95fb22ebdb
commit
13235d3535
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ notmuch-config \- Access notmuch configuration file.
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
.B notmuch config get
|
.B notmuch config get
|
||||||
.RI "<" section "> . <" item ">"
|
.RI "<" section ">.<" item ">"
|
||||||
|
|
||||||
.B notmuch config set
|
.B notmuch config set
|
||||||
.RI "<" section "> . <" item "> [" value "]"
|
.RI "<" section ">.<" item "> [" value " ...]"
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ directory hierarchy.
|
||||||
|
|
||||||
.RS 4
|
.RS 4
|
||||||
.TP 4
|
.TP 4
|
||||||
.B search.exclude
|
.B search.exclude_tags
|
||||||
A list of tags that will be excluded from search results by
|
A list of tags that will be excluded from search results by
|
||||||
default. Using an excluded tag in a query will override that
|
default. Using an excluded tag in a query will override that
|
||||||
exclusion.
|
exclusion.
|
||||||
|
|
Loading…
Add table
Reference in a new issue