diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index 0efc6e36..14e84873 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -264,6 +264,18 @@ in folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; }; }; }; + rodekruis-eerstehulp = makeAccount { + name = "rodekruis-eerstehulp"; + address = "eerstehulp@gent.rodekruis.be"; + imapHost = "imap.gmail.com"; + smtpHost = "smtp.gmail.com"; + useStartTls = true; + passFile = "rodekruis/EersteHulpAppMail"; + extraConfig = { + folders = { drafts = "[Gmail].Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "[Gmail].Bin"; }; + flavor = "gmail.com"; + }; + }; webmaster = makeAccount { name = "webmaster"; address = "webmaster@vanpetegem.me";