diff options
author | Thanos Apollo <[email protected]> | 2023-07-20 15:38:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-20 15:38:22 +0300 |
commit | e8cf189920dee83e7597291ed45fa2fdb24236a4 (patch) | |
tree | 733dfbafcea4d1ebc059946251e4d894ce207e1e | |
parent | dce5764139ca44555cad835536597e56dca55fb9 (diff) |
isync: Change to fastmail
-rw-r--r-- | desktop.org | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/desktop.org b/desktop.org index 8eff09a..49497e8 100644 --- a/desktop.org +++ b/desktop.org @@ -485,27 +485,27 @@ * iSync #+begin_src conf :tangle ~/.mbsyncrc - IMAPAccount public - Host mail.gandi.net + IMAPAccount fastmail + Host imap.fastmail.com Port 993 - User [email protected] - PassCmd "pass show gandi/thanosapollo" + User [email protected] + PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/[email protected]\" \"smtp\")'" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt - IMAPStore public-remote - Account public + IMAPStore fastmail-remote + Account fastmail - MaildirStore public-local - Path ~/Mail/Public/ - Inbox ~/Mail/Public/Inbox - Trash ~/Mail/Public/Trash/ + MaildirStore fastmail-local + Path ~/Mail/ + Inbox ~/Mail/Inbox + Trash ~/Mail/Trash/ SubFolders Verbatim - Channel public - Far :public-remote: - Near :public-local: + Channel fastmail + Far :fastmail-remote: + Near :fastmail-local: Patterns * Expunge None CopyArrivalDate yes |