Просмотр исходного кода
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
Родитель
Сommit
32acdc585f
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 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 |
|
|
|