summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.config/neomutt/neomuttrc4
-rw-r--r--home/xyz/.mbsyncrc2
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