Ver a proveniência

Remove AuthMech misspelled option

According to man page of mbsync, AuthMechs is the correct spelling of the option.
pull/415/head
Jackson Law há 4 anos
committed by GitHub
ascendente
cometimento
32acdc585f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -2
      bin/mw

+ 1
- 2
bin/mw Ver ficheiro

@@ -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


Carregando…
Cancelar
Guardar