瀏覽代碼
protonmail fix?
tags/v3.1
Luke Smith
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4C50B54A911F6252
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
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 |
|
|
|