aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-notmuch.5.scd
blob: 0964ec296253e70e46f7367429d89167caa25066 (plain) (blame)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
AERC-NOTMUCH(5)

# NAME

aerc-notmuch - notmuch configuration for *aerc*(1)

# SYNOPSIS

aerc supports using the notmuch email system as a backend, for fast indexing
and searching.

For this to be enabled, aerc needs to be build with notmuch support.
Refer to the installation instructions for details.

# CONFIGURATION

Notmuch accounts currently are not supported with the *:new-account* command and
must be added manually.

In _accounts.conf_ (see *aerc-config*(5)), the following notmuch-specific
options are available:

*check-mail-cmd*
	Command to run in conjunction with *check-mail* option.

	Example:
		check-mail-cmd = mbsync -a

*check-mail-timeout*
	Timeout for the *check-mail-cmd*. The command will be stopped if it does
	not complete in this interval and an error will be displayed. Increase from
	the default if repeated errors occur

	Default: 10s

*source*
	notmuch://_<path>_

	The *source* indicates the path to the directory containing your notmuch
	database (usually a _.notmuch/_ folder).

	The path portion of the URL following _notmuch://_ must be either an absolute
	path prefixed by _/_ or a path relative to your home directory prefixed with
	_~_. For example:

		source = notmuch:///home/me/mail

		source = notmuch://~/mail

*query-map*
	Path to a file containing a mapping from display name to notmuch query
	in the form of *<NAME>*=_<QUERY>_.

	Multiple entries can be specified, one per line. Lines starting with _#_
	are ignored and serve as comments.

	e.g. inbox=tag:inbox and not tag:archived

*exclude-tags*
	Comma separated list of tags which will be excluded from query results,
	unless explicitly mentioned in the query.

	This can for example be useful if you use an _archive_ or _spam_ tag.

*maildir-store*
	Path to the maildir store containing the message files backing the
	notmuch database. This is often the same as the notmuch database path.
	This is optional. If specified, it will be used by aerc to list
	available folders and enable commands such as *:delete* and *:archive*.

# USAGE

Notmuch shows slightly different behavior than for example imap. Some commands
are slightly different in semantics and mentioned below:

*cf* _<notmuch query>_
	The change folder command allows for arbitrary notmuch queries. Performing a
	*:cf* command will perform a new top-level notmuch query.

*filter* _<notmuch query>_
	The filter command for notmuch backends takes in arbitrary notmuch queries.
	It applies the query on the set of messages shown in the message list. This
	can be used to perform successive filters/queries. It is equivalent to
	performing a set of queries concatenated with "and".

# SEE ALSO

*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) *aerc-maildir*(5)

# AUTHORS

Originally created by Drew DeVault <sir@cmpwn.com> and maintained by Robin
Jarry <robin@jarry.cc> who is assisted by other open source contributors. For
more information about aerc development, see https://sr.ht/~rjarry/aerc/.