aboutsummaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
blob: 9101b967eaba94b4379d6d7c04f058b7cc7cbc95 (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
[general]
accounts = sleepmap.de
maxsyncaccounts = 4
pythonfile = ~/bin/pass2offlineimap

# Automatic mailbox generation for mutt
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes.rc
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"

[Account sleepmap.de]
localrepository = sleepmap-local
remoterepository = sleepmap-remote
quick = -1
postsynchook = notmuch new

[Repository sleepmap-local]
type = Maildir
localfolders = ~/Mail/sleepmap.de/

[Repository sleepmap-remote]
type = IMAP
remotehost = sleepmap.de
remoteuser = dave@sleepmap.de
remotepasseval = get_pass("dave@sleepmap.de")
starttls = yes
ssl = no
sslcacertfile = /etc/ssl/cert.pem