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 | |
parent | 029f40f5cb1ed25f7911a5a5ef89b2be76fd800f (diff) |
ca change password
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 4 | ||||
-rw-r--r-- | home/xyz/.mbsyncrc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index 44bd5474..f696092e 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -29,8 +29,8 @@ set folder="$XDG_DATA_HOME/mail/xyz@flylightning.xyz" # Just `pass show xxx` also works. My xxx password also has lines of other info I do not want to output # credit: GPL-2.0-or-later https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu # pipe to `head -n1` also works, it seems it will auto strip out \n newline char? -set imap_pass="`pass show master2 | { IFS= read -r p; printf %s \"$p\";}`" -set smtp_pass="`pass show master2 | { IFS= read -r p; printf %s \"$p\";}`" +set imap_pass="`pass show master3 | { IFS= read -r p; printf %s \"$p\";}`" +set smtp_pass="`pass show master3 | { IFS= read -r p; printf %s \"$p\";}`" set from='xyz@flylightning.xyz' # /etc/neomuttrc says if use from var this will not use? not sure if works 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 |