aboutsummaryrefslogtreecommitdiffstats
path: root/offlineimaprc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-30 16:56:13 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-30 16:56:13 +0100
commit94fdff6d9aa5c8c2e51c1df4c7ba85f6c68736c2 (patch)
tree30d32d07d37918d8f1ebb74a70cb2cf0f4843e5d /offlineimaprc
parentdd20d93dcde9bc62d85d62508f517fee8ebf2c8c (diff)
Changes neomutt, offlineimap, mbsync to purelymail - using mbsync
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