aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
diff options
context:
space:
mode:
authorGravatar Peter Wang <novalazy@gmail.com>2012-04-14 11:41:06 +1000
committerGravatar David Bremner <bremner@debian.org>2012-04-28 10:47:27 -0300
commit0ff54ab712c24263a1dd66ffd2b4266371f24830 (patch)
tree8acb775c9541f339acde4d0512db94d0b2ecf8ca /man
parentd32de8b3c0ba9e3224fbe66e76444bd44c1978fc (diff)
man: Document 'config list' command
Document the 'config list' command and its output.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-config.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1
index 395cb9c4..a55dbef5 100644
--- a/man/man1/notmuch-config.1
+++ b/man/man1/notmuch-config.1
@@ -9,6 +9,8 @@ notmuch-config \- Access notmuch configuration file.
.B notmuch config set
.RI "<" section ">.<" item "> [" value " ...]"
+.B notmuch config list
+
.SH DESCRIPTION
The
@@ -35,6 +37,18 @@ If no values are provided, the specified configuration item will be
removed from the configuration file.
.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.
.RS 4