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.
This commit is contained in:
Robert White 2019-07-23 08:24:58 +10:00 committed by Luke Smith
parent ed2bb03f2d
commit c37a748227
1 changed files with 1 additions and 1 deletions

2
bin/mw
View File

@ -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