Remove AuthMech misspelled option ()

According to man page of mbsync, AuthMechs is the correct spelling of the option.
This commit is contained in:
Jackson Law
2020-04-18 07:49:29 -07:00
committed by GitHub
parent 2698a4358c
commit 15151c8b44

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