aboutsummaryrefslogtreecommitdiffstats
path: root/offlineimaprc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--offlineimaprc20
1 files changed, 19 insertions, 1 deletions
diff --git a/offlineimaprc b/offlineimaprc
index da7918b..6f11da1 100644
--- a/offlineimaprc
+++ b/offlineimaprc
@@ -1,10 +1,15 @@
[general]
ui = TTY.TTYUI
#accounts = MatthewLemon, Gmail
-accounts = MatthewLemon
+accounts = MatthewLemon, purelymail
pythonfile=~/.offlineimap.py
fsync = False
+[Account purelymail]
+localrepository = purelymail-local
+remoterepository = purelymail-remote
+
+
[Account MatthewLemon]
localrepository = MatthewLemon-Local
remoterepository = MatthewLemon-Remote
@@ -20,6 +25,19 @@ localfolders = ~/.mail/matt-matthewlemon.com
# 'inbox': '/Inbox',
# }.get(folder, folder)
+[Repository purelymail-local]
+type = Maildir
+localfolders = ~/.mail/purelymail
+
+[Repository purelymail-remote]
+maxconnections = 3
+type = IMAP
+remotehost = imap.purelymail.com
+sslcacertfile = /etc/ssl/certs/ca-certificates.crt
+remoteuser = mrlemon@purelymail.com
+remotepasseval = get_pass("purelymail_neomutt")
+
+
[Repository MatthewLemon-Remote]
#cert_fingerprint = 54137524fe721f0cbb8a6a0e1e280ade50482e29
maxconnections = 3