diff --git a/configurations/mail.nix b/configurations/mail.nix index 19cedb5f..7d2e0ad2 100644 --- a/configurations/mail.nix +++ b/configurations/mail.nix @@ -121,6 +121,18 @@ in folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; }; }; }; + work-aap-we-fr = makeAccount { + name = "work-aap-we-fr"; + address = "aap-we-fr@ugent.be"; + imapHost = "owa.ugent.be"; + smtpHost = "smtp.ugent.be"; + passFile = "work/UGentNet"; + useStartTls = true; + extraConfig = { + userName = "UGENT\\ecvpeteg/aap-we-fr"; + folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; }; + }; + }; posteo = makeAccount { name = "posteo"; address = "chvp@posteo.net";