X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=man%2Fman1%2Fnotmuch-config.1;h=557eae5d74cd0d8ee809a14e5b8a391a859f3003;hp=395cb9c4e1d320ae0bb9dd99e4a6b60c7362d38d;hb=df9f50185cf71dd4801cfd24ade33d5c2f74de1a;hpb=596a2076dcc1ebec2dc217f6d967397ef125aac4 diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index 395cb9c4..557eae5d 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -1,6 +1,6 @@ -.TH NOTMUCH-CONFIG 1 2012-03-19 "Notmuch 0.12" +.TH NOTMUCH-CONFIG 1 2013-01-18 "Notmuch 0.15" .SH NAME -notmuch-config \- Access notmuch configuration file. +notmuch-config \- access notmuch configuration file .SH SYNOPSIS .B notmuch config get @@ -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