aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/man1/notmuch-config.1
blob: 20389f7ca69942ebc7faead221781ba5d37250f3 (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
.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.


.RS 4
.TP 4
.BR "config get " <section> . <item>

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 " <section> . "<item> [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