mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
482033f8f8
Fix some problems with indentation (controlled by markup) and whitespace. - notmuch.1: reformat Use .SS macro to make "notmuch setup" a subsection. Introduce another subsection for the remaining commands. - notmuch-config.1: reformat Put all the syntax in the synopsis. Supposedly this is the the UNIX way. - notmuch-reply.1: fix formatting issues. Give nicer formatting for synopsis. Insert missing SEE ALSO header. - notmuch-dump.1: reformat using subsections These seems more natural, although, as mentioned, it does require referring back to the synopsis. Or maybe copying parts of the synopsis
45 lines
933 B
Groff
45 lines
933 B
Groff
.TH NOTMUCH-CONFIG 1 2011-12-04 "Notmuch 0.10.2"
|
|
.SH NAME
|
|
notmuch-config \- Output a single part of a multipart MIME message.
|
|
.SH SYNOPSIS
|
|
|
|
.B notmuch config get
|
|
.RI "<" section "> . <" item ">"
|
|
|
|
.B notmuch config set
|
|
.RI "<" section "> . <" item "> [" value "]"
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The
|
|
.B config
|
|
command can be used to get or set settings int the notmuch
|
|
configuration file.
|
|
|
|
.SS 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
|
|
|
|
.SS SET
|
|
|
|
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
|