aboutsummaryrefslogtreecommitdiff
path: root/man/man1/notmuch-config.1
blob: cb3234ff7ff18fcd165be826c06a1d013092f495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.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)