diff options
-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 |