]> git.notmuchmail.org Git - notmuch/blob - man/man1/notmuch-config.1
emacs: Fix out of date comment
[notmuch] / man / man1 / 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 in the notmuch
17 configuration file.
18
19 .SS GET
20
21 The value of the specified configuration item is printed to stdout. If
22 the item has multiple values, each value is separated by a newline
23 character.
24
25 Available configuration items include at least
26
27         database.path
28
29         user.name
30
31         user.primary_email
32
33         user.other_email
34
35         new.tags
36
37 .SS SET
38
39 The specified configuration item is set to the given value.  To
40 specify a multiple-value item, provide each value as a separate
41 command-line argument.
42
43 If no values are provided, the specified configuration item will be
44 removed from the configuration file.
45 .RE
46
47 .SH SEE ALSO
48
49 \fBnotmuch\fR(1), \fBnotmuch-count\fR(1),
50 \fBnotmuch-dump\fR(1), \fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1),
51 \fBnotmuch-part\fR(1), \fBnotmuch-reply\fR(1),
52 \fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),
53 \fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),
54 \fBnotmuch-tag\fR(1)