Fix work-aap-we-fr syncing

This commit is contained in:
Charlotte Van Petegem 2021-01-07 14:25:55 +01:00
parent 72e48fd49b
commit 8d10382c46
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -36,7 +36,7 @@ let
expunge = "both"; expunge = "both";
flatten = "."; flatten = ".";
remove = "both"; remove = "both";
extraConfig.account.AuthMechs = "PLAIN"; extraConfig.account.AuthMechs = "LOGIN";
}; };
msmtp.enable = true; msmtp.enable = true;
neomutt = { neomutt = {
@ -116,19 +116,19 @@ in
''; '';
}; };
}; };
#work-aap-we-fr = makeAccount { work-aap-we-fr = makeAccount {
# name = "work-aap-we-fr"; name = "work-aap-we-fr";
# address = "aap-we-fr@ugent.be"; address = "aap-we-fr@ugent.be";
# imapHost = "owa.ugent.be"; imapHost = "owa.ugent.be";
# smtpHost = "smtp.ugent.be"; smtpHost = "smtp.ugent.be";
# passFile = "work/UGentNet"; passFile = "work/UGentNet";
# useStartTls = true; useStartTls = true;
# extraConfig = { extraConfig = {
# folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; }; folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; };
# mbsync.extraConfig.account.PipelineDepth = "1"; mbsync.extraConfig.account.PipelineDepth = "1";
# userName = "UGENT\\ecvpeteg/aap-we-fr"; userName = "UGENT\\\\ecvpeteg/aap-we-fr";
# }; };
#}; };
posteo = makeAccount { posteo = makeAccount {
name = "posteo"; name = "posteo";
address = "chvp@posteo.net"; address = "chvp@posteo.net";