diff options
author | Tharre <tharre3@gmail.com> | 2018-07-17 10:09:40 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-17 10:09:40 +0200 |
commit | 82c57bf41dd8397f1abb34c9a3d551e08a5d19aa (patch) | |
tree | eba287354c94564cfd110efc8eab7198d8a15f14 | |
parent | 74c2fc774532e2860f1fbf655af37c8a63ae76da (diff) | |
download | dotfiles-82c57bf41dd8397f1abb34c9a3d551e08a5d19aa.tar.gz dotfiles-82c57bf41dd8397f1abb34c9a3d551e08a5d19aa.tar.xz dotfiles-82c57bf41dd8397f1abb34c9a3d551e08a5d19aa.zip |
Revert "isync: use deprecated imaps: prefix"
Hopefully every major distro updated their isync version by now.
This reverts commit e1c90590177d3431dd118a105656b793ee010483.
-rw-r--r-- | .mbsyncrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,10 +1,8 @@ IMAPAccount tharre3@gmail.com -# prefix with imaps: is deprecated - however the alternative SSLType isn't -# widely supported at this time -Host imaps:imap.gmail.com +Host imap.gmail.com User tharre3@gmail.com PassCmd "req_pwd.sh email/tharre3@gmail.com" -# SSLType IMAPS +SSLType IMAPS SSLVersion TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt |