diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-05-04 09:50:22 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-04 09:50:22 -0400 |
commit | c08b739a8ab8bc95cd15e680d52444426c833a68 (patch) | |
tree | 8d4e932ebf93f152f65c84888b810da2feeaf404 /bin | |
parent | d33c89355584643a25a2823b61d585f6d3a3e971 (diff) |
protonmail fix?
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |