diff options
author | Thanos Apollo <[email protected]> | 2023-03-01 18:43:20 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-01 18:43:20 +0200 |
commit | 1c10280272612100ed7c71327720d6a94b82e0be (patch) | |
tree | b006415a89e6cc1a6d8210170c1b87e4a06701c5 | |
parent | 2a12fed0d3cdb66c093fa3dee95a38871bda68cc (diff) |
mbsync: change user
-rw-r--r-- | .mbsyncrc | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -1,29 +1,7 @@ -# 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 #Port 993 -User [email protected] +User [email protected] PassCmd "cat ~/.fastmail-pass" SSLType IMAPS SSLVersions TLSv1.2 |