X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch.1;h=f803f908f1a447f104de11ade9c3058c657a2203;hb=04b27c0d4c7c7e181b96076e7a52e47843182428;hp=3ec9c55c0d453fa0a2e97ab175cbeb0ec8221feb;hpb=9f0accb6aa1be3aa3a00e564b1091f875cf45e80;p=notmuch diff --git a/notmuch.1 b/notmuch.1 index 3ec9c55c..f803f908 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -404,6 +404,44 @@ See the section below for details of the supported syntax for . .RE +The +.B config +command can be used to get or set settings int the notmuch +configuration file. + +.RS 4 +.TP 4 +.BR "config get "
. + +The value of the specified configuration item is printed to stdout. If +the item has multiple values, each value is separated by a newline +character. + +Available configuration items include at least + + database.path + + user.name + + user.primary_email + + user.other_email + + new.tags +.RE + +.RS 4 +.TP 4 +.BR "config set "
. " [values ...]" + +The specified configuration item is set to the given value. To +specify a multiple-value item, provide each value as a separate +command-line argument. + +If no values are provided, the specified configuration item will be +removed from the configuration file. +.RE + .SH SEARCH SYNTAX Several notmuch commands accept a common syntax for search terms.