diff options
-rwxr-xr-x | .mbsyncrc | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -2,7 +2,7 @@ IMAPAccount fastmail Host imap.fastmail.com Port 993 User [email protected] -PassCmd "cat ~/.fastmail-pass" +PassCmd "pass show fastmail.com/thanosapollo.com | sed -n '3p'" SSLType IMAPS SSLVersions TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt @@ -25,25 +25,3 @@ CopyArrivalDate yes Sync All Create Both SyncState * - -# IMAPAccount fastmail -# Host imap.fastmail.com -# User [email protected] -# PassCmd "cat ~/.fastmail-pass" -# SSLType IMAPS -# CertificateFile /etc/ssl/certs/ca-certificates.crt - -# IMAPStore fastmail-remote -# Account fastmail - -# MaildirStore fastmail-local -# Subfolders Verbatim -# Path ~/Mail/Fastmail/ -# Inbox ~/Mail/Fastmail/Inbox - -# Channel fastmail -# Far :fastmail-remote: -# Near :fastmail-local: -# Patterns * ![Fastmail]* "[Fastmail]/Sent Mail" "[Fastmail]/Starred" "[Fastmail]/All Mail" -# Create Both -# SyncState * |