From 15151c8b442f2345cc621d43f498276137718f30 Mon Sep 17 00:00:00 2001
From: Jackson Law <178053+jlaw@users.noreply.github.com>
Date: Sat, 18 Apr 2020 07:49:29 -0700
Subject: Remove AuthMech misspelled option (#415)

According to man page of mbsync, AuthMechs is the correct spelling of the option.
---
 bin/mw | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'bin')

diff --git a/bin/mw b/bin/mw
index 862f937..97b0172 100755
--- a/bin/mw
+++ b/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
-- 
cgit v1.2.3