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/.config/neomutt | |
parent | 029f40f5cb1ed25f7911a5a5ef89b2be76fd800f (diff) |
ca change password
Diffstat (limited to 'home/xyz/.config/neomutt')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 4 |
1 files changed, 2 insertions, 2 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 |