diff options
author | Thanos Apollo <[email protected]> | 2024-08-21 20:12:21 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-21 20:12:21 +0300 |
commit | 9c2ed4189c04d62faf58bda6769680fe4de20e3d (patch) | |
tree | 87eddd209d96f05a3fc95bd28fd877df256494bb /.mbsyncrc | |
parent | a8ffcc0f2cf448c425db455fc061b12ff2ae623c (diff) |
Update isync configuration.
* Use ~/.config/isyncrc
* Update to TLSType & TLSVersions
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/.mbsyncrc b/.mbsyncrc deleted file mode 100644 index 6f4574c..0000000 --- a/.mbsyncrc +++ /dev/null @@ -1,55 +0,0 @@ -IMAPAccount gmail -Host imap.gmail.com -Port 993 -User [email protected] -PassCmd "pass google/musofia/smtp" -SSLType IMAPS -SSLVersions TLSv1.2 -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore gmail-remote -Account gmail - -MaildirStore gmail-local -Path ~/Mail/MUSofia/ -Inbox ~/Mail/MUSofia/Inbox -Trash ~/Mail/MUSofia/Trash -SubFolders Verbatim - -Channel gmail -Far :gmail-remote: -Near :gmail-local: -Patterns * -Expunge None -CopyArrivalDate yes -Sync All -Create Both -SyncState * - -IMAPAccount forwardemail -Host imap.forwardemail.net -Port 993 -User [email protected] -PassCmd "pass forwardemail/[email protected]" -SSLType IMAPS -SSLVersions TLSv1.2 -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore forwardemail-remote -Account forwardemail - -MaildirStore forwardemail-local -Path ~/Mail/Forwardemail/public-org -Inbox ~/Mail/Forwardemail/public-org/Inbox -Trash ~/Mail/Forwardemail/public-org/Trash -SubFolders Verbatim - -Channel forwardemail -Far :forwardemail-remote: -Near :forwardemail-local: -Patterns * -Expunge None -CopyArrivalDate yes -Sync All -Create Both -SyncState *
\ No newline at end of file |