X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fman1%2Fnotmuch-config.1;h=8cc9773554dcfe1ade2f5c16dd4f3e5dccd2fa4d;hb=3fb08bc1259f9a9d80617542da64443e7e63a6c4;hp=a8c17d811575c77c62318ac825690c6f486de5e0;hpb=fc4e5248d29cf7264481cbff82343eade5fcc2ca;p=notmuch diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index a8c17d81..8cc97735 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-CONFIG 1 2012-03-18 "Notmuch 0.12~rc2" +.TH NOTMUCH-CONFIG 1 2012-05-15 "Notmuch 0.13" .SH NAME notmuch-config \- Access notmuch configuration file. .SH SYNOPSIS @@ -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