浏览代码

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


正在加载...
取消
保存