From e8cf189920dee83e7597291ed45fa2fdb24236a4 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 20 Jul 2023 15:38:22 +0300 Subject: isync: Change to fastmail --- desktop.org | 26 +++++++++++++------------- 1 file 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 public@thanosapollo.com - PassCmd "pass show gandi/thanosapollo" + User thanosapollo@fastmail.com + PassCmd "emacsclient -e '(password-store-get-field \"fastmail.com/thanosapollo@fastmail.com\" \"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 -- cgit v1.2.3