From c08b739a8ab8bc95cd15e680d52444426c833a68 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 4 May 2019 09:50:22 -0400 Subject: [PATCH] protonmail fix? --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mw b/bin/mw index d6e46f3..d7e06ac 100755 --- a/bin/mw +++ b/bin/mw @@ -182,7 +182,7 @@ EOF protonfinger() { printf "Getting Protonmail bridge fingerprint...\\n" fingerprint="$(msmtp --serverinfo --tls --tls-certcheck=off -a "$title")" || return 1 - sed -ibu "s/account $title/&\ntls_fingerprint $fingerprint/" "$msmtprc" ; rm -f "$msmtprc"bu + sed -ibu "s/account $title/&\ntls_trust_file\ntls_fingerprint $fingerprint/" "$msmtprc" ; rm -f "$msmtprc"bu } getpass() { while : ; do pass rm -f "mutt-wizard-$title" >/dev/null 2>&1