summaryrefslogtreecommitdiff
path: root/offlineimaprc
blob: 629a0ea8cc71efb16d730550b4b3fb5893d4b51a (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
#
# Offlineimap configuration file, using version 6.3.2 on Arch GNU/Linux
#   * Adrian C. <anrxc.sysphere.org>
#

[general]
accounts = Acc1
#accounts = Acc1 Acc2
metadata = ~/.offlineimap
maxsyncaccounts = 1
#ui = Noninteractive.Quiet
ui = Noninteractive.Basic
ignore-readonly = no
socktimeout = 120
#fsync = true


[Account Acc1]
localrepository = Local
remoterepository = Remote
autorefresh = 3
quick = 10
#presynchook = imapfilter
#postsynchook = notifysync.sh
#maxsize = 2000000
#maxage = 3


[Repository Local]
type = Maildir
localfolders = ~/mail
sep = /
#sep = .
restoreatime = no


[Repository Remote]
type = IMAP
remotehost = mail.example.org
#ssl = yes
remoteport = 143
remoteuser = username
#remotepass = password
#reference = Maildir
maxconnections = 1
holdconnectionopen = no
keepalive = 60
#expunge = no
subscribedonly = no
#folderfilter = lambda foldername: foldername not in ['Trash']