diff options
-rw-r--r-- | .mbsyncrc | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -1,24 +1,24 @@ -IMAPAccount gmail -Host imap.gmail.com -User [email protected] -PassCmd "cat ~/.gmail-pass" -SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore gmail-remote -Account gmail - -MaildirStore gmail-local -Path ~/Mail/Gmail -Inbox ~/Mail/Gmail/Inbox -Trash ~/Mail/Gmail/Trash -SubFolders Verbatim - -Channel gmail -Far :gmail-remote: -Near :gmail-local: -Create Both -SyncState * +# IMAPAccount gmail +# Host imap.gmail.com +# User [email protected] +# PassCmd "cat ~/.gmail-pass" +# SSLType IMAPS +# CertificateFile /etc/ssl/certs/ca-certificates.crt + +# IMAPStore gmail-remote +# Account gmail + +# MaildirStore gmail-local +# Path ~/Mail/Gmail +# Inbox ~/Mail/Gmail/Inbox +# Trash ~/Mail/Gmail/Trash +# SubFolders Verbatim + +# Channel gmail +# Far :gmail-remote: +# Near :gmail-local: +# Create Both +# SyncState * IMAPAccount fastmail Host imap.fastmail.com |