From 56dba379043045008388de70bda3851213ec28ca Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 22 Apr 2024 20:26:30 -0700 Subject: ca change password --- home/xyz/.config/neomutt/neomuttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/xyz/.config/neomutt') 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 -- cgit v1.2.3-70-g09d2