[user/malte] Fix some mbsync warnings
This commit is contained in:
parent
aaff4ff461
commit
8857c82aa4
|
@ -203,16 +203,17 @@ in {
|
|||
emailWithDefaults {
|
||||
primary = true;
|
||||
address = deBotify "malte dat tammena ot pm dat me";
|
||||
imap.host = "localhost";
|
||||
imap.host = "127.0.0.1";
|
||||
imap.port = 1143;
|
||||
imap.tls.useStartTls = true;
|
||||
passwordCommand = "${pkgs.coreutils}/bin/cat ~/.config/protonmail/bridge/pw";
|
||||
smtp = {
|
||||
host = "localhost";
|
||||
host = "127.0.0.1";
|
||||
port = 1025;
|
||||
tls.useStartTls = true;
|
||||
};
|
||||
msmtp.extraConfig.tls_certcheck = "off";
|
||||
mbsync.patterns = ["!(Labels|All Mail)"];
|
||||
mbsync.extraConfig.account.SSLType = "None";
|
||||
userName = config.accounts.email.accounts.PM.address;
|
||||
neomutt.mailboxName = "PM/Inbox";
|
||||
|
|
Loading…
Reference in a new issue