summaryrefslogtreecommitdiffstats
path: root/.config/offlineimap/config
blob: f50a8a741780cd25912f2982b0a10f36866aa262 (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
52
53
54
55
56
57
58
59
60
61
[general]
metadata = ~/.cache/offlineimap
accounts = pehjota.net-pj, libiquity.com-patrick.mcdermott
ui = quiet
# Cleanly handle sockets broken by system suspension, as recommended in
# offlineimap(1).
socktimeout = 60

[Account pehjota.net-pj]
localrepository = pehjota.net-pj-local
remoterepository = pehjota.net-pj-remote
# Quickly synchronize every 10 minutes, and fully synchronize every 6 hours.
# (Synchronize every 10 minutes, with 35 quick synchronizations between every
# full one.)
autorefresh = 10
quick = 35

[Repository pehjota.net-pj-local]
type = Maildir
localfolders = ~/Mail/pehjota.net/pj
sep = /
sync_deletes = no
utime_from_header = yes
filename_use_mail_timestamp = yes

[Repository pehjota.net-pj-remote]
type = IMAP
#remotehost = mail.pehjota.net
#starttls = yes
#ssl = no
#tls_level = tls_secure
#remoteuser = pj
preauthtunnel = ssh -q pj@mail.pehjota.net /usr/lib/dovecot/imap
readonly = True

[Account libiquity.com-patrick.mcdermott]
localrepository = libiquity.com-patrick.mcdermott-local
remoterepository = libiquity.com-patrick.mcdermott-remote
# Quickly synchronize every 10 minutes, and fully synchronize every 6 hours.
# (Synchronize every 10 minutes, with 35 quick synchronizations between every
# full one.)
autorefresh = 10
quick = 35

[Repository libiquity.com-patrick.mcdermott-local]
type = Maildir
localfolders = ~/Mail/libiquity.com/patrick.mcdermott
sep = /
sync_deletes = no
utime_from_header = yes
filename_use_mail_timestamp = yes

[Repository libiquity.com-patrick.mcdermott-remote]
type = IMAP
#remotehost = mail.libiquity.com
#starttls = yes
#ssl = no
#tls_level = tls_secure
#remoteuser = patrick.mcdermott
preauthtunnel = ssh -q patrick.mcdermott@mail.libiquity.com /usr/lib/dovecot/imap
readonly = True