diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-22 20:26:30 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-22 20:26:30 -0700 |
commit | 56dba379043045008388de70bda3851213ec28ca (patch) | |
tree | 8821d2bfbe1d6dd2f10c78c525b3c96e92cc7f09 /home/xyz/.mbsyncrc | |
parent | 029f40f5cb1ed25f7911a5a5ef89b2be76fd800f (diff) |
ca change password
Diffstat (limited to 'home/xyz/.mbsyncrc')
-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 7bceeb89..90690976 100644 --- a/home/xyz/.mbsyncrc +++ b/home/xyz/.mbsyncrc @@ -8,7 +8,7 @@ IMAPStore xyz@flylightning.xyz-remote Host mail.flylightning.xyz User xyz # credit: GPL-2.0-or-later https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu -PassCmd "pass master2 | { IFS= read -r p; printf %s \"$p\";}" +PassCmd "pass master3 | { IFS= read -r p; printf %s \"$p\";}" SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt |