Selaa lähdekoodia

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.
tags/v3.1
Robert White 5 vuotta sitten
committed by Luke Smith
vanhempi
commit
c37a748227
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna