From bc3bfceb7ad9a1d1b98fd114cb2ef65f427cb1f7 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 5 Jan 2023 14:00:22 +0100 Subject: [PATCH] Add eerste hulp mailbox --- modules/graphical/mail/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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";