瀏覽代碼

Remove AuthMech misspelled option (#415)

According to man page of mbsync, AuthMechs is the correct spelling of the option.
tags/v3.1
Jackson Law 6 年之前
committed by GitHub
父節點
當前提交
15151c8b44
沒有發現已知的金鑰在資料庫的簽署中 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 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


Loading…
取消
儲存