mirror of
https://github.com/hyzendust/mutt-add-account.git
synced 2026-02-15 04:01:12 +01:00
Fix: .mbsyncrc password character escape
This commit is contained in:
@@ -578,7 +578,7 @@ IMAPStore ${shortname}-remote
|
|||||||
Host $imap_server
|
Host $imap_server
|
||||||
Port 993
|
Port 993
|
||||||
User $email
|
User $email
|
||||||
Pass $password
|
Pass "$escaped_pass"
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user