]> git.notmuchmail.org Git - notmuch/blob - notmuch-config.1
20389f7ca69942ebc7faead221781ba5d37250f3
[notmuch] / notmuch-config.1
1 .TH NOTMUCH-CONFIG 1 2011-12-04 "Notmuch 0.10.2"
2 .SH NAME
3 notmuch-config \- Output a single part of a multipart MIME message.
4 .SH SYNOPSIS
5
6 .B notmuch config get
7 .RI  "<" section "> . <" item ">"
8
9 .B notmuch config set
10 .RI  "<" section "> . <" item "> [" value "]"
11
12 .SH DESCRIPTION
13
14 The
15 .B config
16 command can be used to get or set settings int the notmuch
17 configuration file.
18
19
20 .RS 4
21 .TP 4
22 .BR "config get " <section> . <item>
23
24 The value of the specified configuration item is printed to stdout. If
25 the item has multiple values, each value is separated by a newline
26 character.
27
28 Available configuration items include at least
29
30         database.path
31
32         user.name
33
34         user.primary_email
35
36         user.other_email
37
38         new.tags
39 .RE
40
41 .RS 4
42 .TP 4
43 .BR "config set " <section> . "<item> [values ...]"
44
45 The specified configuration item is set to the given value.  To
46 specify a multiple-value item, provide each value as a separate
47 command-line argument.
48
49 If no values are provided, the specified configuration item will be
50 removed from the configuration file.
51 .RE