diff options
Diffstat (limited to 'home/xyz/.config/neomutt/neomuttrc')
-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 |