Remove AuthMech misspelled option (#415)
According to man page of mbsync, AuthMechs is the correct spelling of the option.
This commit is contained in:
parent
2698a4358c
commit
15151c8b44
3
bin/mw
3
bin/mw
@ -50,12 +50,11 @@ $starttlsoff
|
|||||||
"
|
"
|
||||||
mbsync_profile="IMAPStore $title-remote
|
mbsync_profile="IMAPStore $title-remote
|
||||||
Host $imap
|
Host $imap
|
||||||
Port $iport
|
Port $iport
|
||||||
User $login
|
User $login
|
||||||
PassCmd \"pass mutt-wizard-$title\"
|
PassCmd \"pass mutt-wizard-$title\"
|
||||||
AuthMechs LOGIN
|
AuthMechs LOGIN
|
||||||
SSLType $ssltype
|
SSLType $ssltype
|
||||||
AuthMech LOGIN
|
|
||||||
CertificateFile $sslcert
|
CertificateFile $sslcert
|
||||||
|
|
||||||
MaildirStore $title-local
|
MaildirStore $title-local
|
||||||
|
Loading…
Reference in New Issue
Block a user