[user/malte] Fix protonmail sync
This commit is contained in:
parent
ee8b03375d
commit
d279a95ec6
|
@ -212,9 +212,8 @@ in {
|
|||
port = 1025;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
msmtp.extraConfig.tls_certcheck = "off";
|
||||
mbsync.patterns = ["!(Labels|All Mail)"];
|
||||
mbsync.extraConfig.account.SSLType = "None";
|
||||
msmtp.extraConfig.tls_cert_file = "~/.config/protonmail/bridge/cert.pem";
|
||||
mbsync.extraConfig.account.CertificateFile = "~/.config/protonmail/bridge/cert.pem";
|
||||
userName = config.accounts.email.accounts.PM.address;
|
||||
neomutt.mailboxName = "PM/Inbox";
|
||||
neomutt.extraMailboxes = scopedMailboxes "PM" extraMailboxes;
|
||||
|
|
Loading…
Reference in a new issue