summaryrefslogtreecommitdiffstats
path: root/.config/offlineimap/config
blob: 7a7ae139b9449e65fb638d232160a9cf8118bb4b (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
[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
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
preauthtunnel = ssh -q patrick.mcdermott@mail.libiquity.com /usr/lib/dovecot/imap
readonly = True