-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathofflineimaprc
More file actions
33 lines (30 loc) · 848 Bytes
/
offlineimaprc
File metadata and controls
33 lines (30 loc) · 848 Bytes
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]
ui = ttyui
accounts = seaturtle
maxsyncaccounts = 4
pythonfile = ~/.mutt/offlineimap.py
############################
### Accounts
# seaturtle
[Account seaturtle]
localrepository = seaturtle-local
remoterepository = seaturtle-remote
autorefresh = 0.5
quick = 10
###########################
### Repositories
## seaturtle
[Repository seaturtle-local]
type = Maildir
localfolders = ~/.mail/seaturtle
[Repository seaturtle-remote]
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
maxconnections = 1
type = IMAP
remotehost = imap.mailbox.org
ssl = yes
keepalive = 60
holdconnectionopen = yes
remoteuser = paul@seaturtle.pw
remotepasseval = get_pass("mailbox.org-paul@seaturtle.pw")
realdelete = no