瀏覽代碼
Remove AuthMech misspelled option
According to man page of mbsync, AuthMechs is the correct spelling of the option.
pull/415/head
Jackson Law
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
2 行删除
-
bin/mw
|
|
@@ -50,12 +50,11 @@ $starttlsoff |
|
|
|
" |
|
|
|
mbsync_profile="IMAPStore $title-remote |
|
|
|
Host $imap |
|
|
|
Port $iport |
|
|
|
Port $iport |
|
|
|
User $login |
|
|
|
PassCmd \"pass mutt-wizard-$title\" |
|
|
|
AuthMechs LOGIN |
|
|
|
SSLType $ssltype |
|
|
|
AuthMech LOGIN |
|
|
|
CertificateFile $sslcert |
|
|
|
|
|
|
|
MaildirStore $title-local |
|
|
|