소스 검색
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
No known key found for this signature in database
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 |
|
|
|