mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
man: Document 'config list' command
Document the 'config list' command and its output.
This commit is contained in:
parent
d32de8b3c0
commit
0ff54ab712
1 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,8 @@ notmuch-config \- Access notmuch configuration file.
|
||||||
.B notmuch config set
|
.B notmuch config set
|
||||||
.RI "<" section ">.<" item "> [" value " ...]"
|
.RI "<" section ">.<" item "> [" value " ...]"
|
||||||
|
|
||||||
|
.B notmuch config list
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
The
|
The
|
||||||
|
@ -35,6 +37,18 @@ If no values are provided, the specified configuration item will be
|
||||||
removed from the configuration file.
|
removed from the configuration file.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
.RS 4
|
||||||
|
.TP 4
|
||||||
|
.B list
|
||||||
|
Every configuration item is printed to stdout, each on a separate line
|
||||||
|
of the form:
|
||||||
|
|
||||||
|
.RI "" section "." item "=" value
|
||||||
|
|
||||||
|
No additional whitespace surrounds the dot or equals sign characters. In a
|
||||||
|
multiple-value item (a list), the values are separated by semicolon characters.
|
||||||
|
.RE
|
||||||
|
|
||||||
The available configuration items are described below.
|
The available configuration items are described below.
|
||||||
|
|
||||||
.RS 4
|
.RS 4
|
||||||
|
|
Loading…
Reference in a new issue