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