summary refs log tree commit diff stats
path: root/offlineimap/.offlineimaprc
blob: ea98729f8faf064c340d5d99b0dd280c807a0121 (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
[general]
# List of accounts to be synced, separated by a comma.
accounts = alanpearce.eu
pythonfile = ~/.offlineimap.py

[Account alanpearce.eu]
# Identifier for the local repository; e.g. the maildir to be synced via IMAP.
localrepository = alanpearce.eu-local
# Identifier for the remote repository; i.e. the actual IMAP, usually non-local.
remoterepository = alanpearce.eu-remote
autorefresh = 20
quick = 2
postsynchook = mu index --maildir=%(personalmaildir)s --lazy-check --nocleanup --quiet
 
[Repository alanpearce.eu-local]
# OfflineIMAP supports Maildir, GmailMaildir, and IMAP for local repositories.
type = Maildir
# Where should the mail be placed?
localfolders = %(personalmaildir)s

[Repository alanpearce.eu-remote]
# Remote repos can be IMAP or Gmail, the latter being a preconfigured IMAP.
type = IMAP
remotehost = mail.alanpearce.eu
remoteuser = alan
remotepasseval = get_pass("mail/alanpearce.eu")
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
keepalive = 1740
holdconnectionopen = yes
usecompression = yes
idlefolders = ['INBOX']

[DEFAULT]
personalmaildir = ~/mail/alanpearce