ソースを参照

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
コミット
32acdc585f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      bin/mw

+ 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


読み込み中…
キャンセル
保存