notmuch/man/man1/notmuch-config.1
David Bremner 7c5695b439 man/*: fixup page references
- Replace references to section X below with page refences.

- Add SEE ALSO to each page.  This is a bit error prone, because each
  SEE ALSO section is different, i.e. a page does not refer to itself.
2011-12-31 15:16:32 -04:00

54 lines
1.2 KiB
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 in 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
.SH SEE ALSO
\fBnotmuch\fR(1), \fBnotmuch-count\fR(1),
\fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1),
\fBnotmuch-part\fR(1), \fBnotmuch-reply\fR(1),
\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),
\fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),
\fBnotmuch-tag\fR(1)