commit c37a748227a7c81519ae73cdbb69f3a3368833f8
parent ed2bb03f2dc313996ad8ceffc2feac80efde216f
Author: Robert White <rjwhite2453@gmail.com>
Date: Tue, 23 Jul 2019 08:24:58 +1000
Surround value of imap_pass with quotes (#260)
If the password contains single quotes and is not surrounded by quotes,
Mutt removes the single quotes, rendering an incorrect password.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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