Sfoglia il codice sorgente

Remove AuthMech misspelled option

According to man page of mbsync, AuthMechs is the correct spelling of the option.
pull/415/head
Jackson Law 4 anni fa
committed by GitHub
parent
commit
32acdc585f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. +1
    -2
      bin/mw

+ 1
- 2
bin/mw Vedi File

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


Caricamento…
Annulla
Salva