diff --git a/flake.lock b/flake.lock index d19e1437..57b3fe32 100644 --- a/flake.lock +++ b/flake.lock @@ -42,11 +42,11 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1632301718, - "narHash": "sha256-4aE8mHPIX6K85dYtq36BSSzzc35015lou7v86NIhTGw=", + "lastModified": 1632330967, + "narHash": "sha256-bNcrnPaox8/Dd2dxEde3Dbjv95HzA6v3n8EfrorgyXY=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "f624aedb0fb31cb32a27b88025511b472f1ec76a", + "rev": "4fef1820fe8d3272838e0c42e7267f9f81123b0e", "type": "github" }, "original": { diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index a0452fe9..c95678da 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -207,7 +207,7 @@ in }; home-manager.users.charlotte = { ... }: { accounts.email = { - maildirBasePath = "/data/home/charlotte/mail"; + maildirBasePath = "/home/charlotte/mail"; accounts = { personal = makeAccount { name = "personal"; @@ -222,13 +222,12 @@ in work = makeAccount { name = "work"; address = "charlotte.vanpetegem@ugent.be"; - imapHost = "outlook.office365.com"; - smtpHost = "smtp.office365.com"; + host = "mail.vanpetegem.me"; passFile = "work/UGentNet"; useStartTls = true; extraConfig = { - folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Deleted Items"; }; - mbsync.extraConfig.account.PipelineDepth = "1"; + folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; }; + userName = "ugent@cvpetegem.be"; }; }; work-aap-we-fr = makeAccount {