diff options
| author | 2024-11-28 23:31:58 -0800 | |
|---|---|---|
| committer | 2024-11-28 23:34:09 -0800 | |
| commit | 905b99ad4746ce22d8f0aa1ad98a180774b8d58b (patch) | |
| tree | 8a64415b1757ef354160e3f9cdd16eb27dd765c1 | |
| parent | 34d460e77f18c09848204e604e2d538e1be59f51 (diff) | |
| download | new-dotfiles-905b99ad4746ce22d8f0aa1ad98a180774b8d58b.tar.gz new-dotfiles-905b99ad4746ce22d8f0aa1ad98a180774b8d58b.zip | |
Fix deprecation warning
| -rw-r--r-- | mbsync/.mbsyncrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc index 5c0b29d..369329b 100644 --- a/mbsync/.mbsyncrc +++ b/mbsync/.mbsyncrc @@ -3,7 +3,7 @@ IMAPAccount ryuslash Host imap-ryuslash.alwaysdata.net User tom@ryuslash.org PassCmd "secret-tool lookup application mbsync account ryuslash" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore ryuslash-remote @@ -27,7 +27,7 @@ IMAPAccount gmail Host imap.gmail.com User ryuslash@gmail.com PassCmd "secret-tool lookup application mbsync account gmail" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore gmail-remote @@ -59,7 +59,7 @@ Channel gmail-inbox # Host imap.gmail.com # User tom@picturefix.nl # PassCmd "~/usr/bin/get-mail-password picturefix" -# SSLType IMAPS +# TLSType IMAPS # CertificateFile /etc/ssl/certs/ca-certificates.crt # IMAPStore picturefix-remote @@ -96,7 +96,7 @@ Channel gmail-inbox # Host mail.ninthfloor.org # User ryuslash # PassCmd "~/usr/bin/get-mail-password ninthfloor" -# SSLType STARTTLS +# TLSType STARTTLS # CertificateFile /etc/ssl/certs/ca-certificates.crt # IMAPStore ninthfloor-remote |
