diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-08-08 15:26:33 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-08-08 15:26:33 -0700 |
commit | 4ae0d0f7ad0c28394c96a7910f4584fc9ebb1f98 (patch) | |
tree | 60bfeb2e152b1e36b84b47acded8c0113c1ef885 /home/xyz | |
parent | 53cc35595223e19b20de083370e38c3a68210cf4 (diff) |
SSLType deprecated
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.mbsyncrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.mbsyncrc b/home/xyz/.mbsyncrc index 90690976..dd90d8a4 100644 --- a/home/xyz/.mbsyncrc +++ b/home/xyz/.mbsyncrc @@ -9,7 +9,7 @@ Host mail.flylightning.xyz User xyz # credit: GPL-2.0-or-later https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu PassCmd "pass master3 | { IFS= read -r p; printf %s \"$p\";}" -SSLType IMAPS +TLSType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt MaildirStore xyz@flylightning.xyz-local |