2017-06-19 00:49:00 -04:00
|
|
|
[general]
|
2017-11-14 19:34:56 -05:00
|
|
|
ui = ttyui
|
2020-02-15 13:27:58 -05:00
|
|
|
accounts = seaturtle
|
2017-12-05 19:55:57 -05:00
|
|
|
maxsyncaccounts = 4
|
2017-11-14 19:34:56 -05:00
|
|
|
pythonfile = ~/.mutt/offlineimap.py
|
2017-06-19 00:49:00 -04:00
|
|
|
|
|
|
|
############################
|
|
|
|
### Accounts
|
2020-02-15 13:27:58 -05:00
|
|
|
# seaturtle
|
|
|
|
[Account seaturtle]
|
|
|
|
localrepository = seaturtle-local
|
|
|
|
remoterepository = seaturtle-remote
|
|
|
|
autorefresh = 0.5
|
|
|
|
quick = 10
|
2017-12-05 19:55:57 -05:00
|
|
|
|
2017-06-19 00:49:00 -04:00
|
|
|
###########################
|
|
|
|
### Repositories
|
2020-02-15 13:27:58 -05:00
|
|
|
## seaturtle
|
|
|
|
[Repository seaturtle-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/.mail/seaturtle
|
2017-12-05 19:55:57 -05:00
|
|
|
|
2020-02-15 13:27:58 -05:00
|
|
|
[Repository seaturtle-remote]
|
2017-12-05 19:55:57 -05:00
|
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
maxconnections = 1
|
|
|
|
type = IMAP
|
2020-02-15 13:27:58 -05:00
|
|
|
remotehost = imap.mailbox.org
|
2017-12-05 19:55:57 -05:00
|
|
|
ssl = yes
|
|
|
|
keepalive = 60
|
|
|
|
holdconnectionopen = yes
|
2020-02-15 13:27:58 -05:00
|
|
|
remoteuser = paul@seaturtle.pw
|
|
|
|
remotepasseval = get_pass("mailbox.org-paul@seaturtle.pw")
|
2017-12-05 19:55:57 -05:00
|
|
|
realdelete = no
|