From d6fbb137a0230ef75dac1134c187849292fb29e0 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 25 Mar 2022 11:31:52 +0100 Subject: [PATCH] Remove aap-we-fr account, since it doesn't sync anymore --- modules/graphical/mail/default.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index 230c0496..59cd1f41 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -246,19 +246,6 @@ in userName = "ugent@cvpetegem.be"; }; }; - 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 = { - folders = { drafts = "Concepten"; inbox = "INBOX"; sent = "Verzonden items"; trash = "Verwijderde items"; }; - mbsync.extraConfig.account.PipelineDepth = "1"; - userName = "UGENT\\\\ecvpeteg/aap-we-fr"; - }; - }; posteo = makeAccount { name = "posteo"; address = "chvp@posteo.net";