From b4fc84524a88e6a3140ff362618971e63aebb82e Mon Sep 17 00:00:00 2001 From: Robert White Date: Sat, 20 Jul 2019 11:08:27 +0000 Subject: [PATCH] Surround value of imap_pass with quotes If the password contains single quotes and is not surrounded by quotes, Mutt removes the single quotes, rendering an incorrect password. --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mw b/bin/mw index 651dd90..8ba5d39 100755 --- a/bin/mw +++ b/bin/mw @@ -107,7 +107,7 @@ set folder = \"imaps://$fulladdr@$imap:$iport\" set imap_user = \"$login\" set header_cache = $cachedir/$title/headers set message_cachedir = $cachedir/$title/bodies -set imap_pass = \`pass mutt-wizard-$title\` +set imap_pass = \"\`pass mutt-wizard-$title\`\" set mbox_type = Maildir set ssl_starttls = yes