From f3a033d2ad1db90bc4730ce84936867160d5f593 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 15 Nov 2023 17:30:10 +0100 Subject: [PATCH] mail: fix work folders --- modules/graphical/mail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/mail/default.nix b/modules/graphical/mail/default.nix index 06ed492d..b82e4dbf 100644 --- a/modules/graphical/mail/default.nix +++ b/modules/graphical/mail/default.nix @@ -246,7 +246,7 @@ in secretToolId = "work-mail"; useStartTls = true; oauth = true; - extraConfig.folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; }; + extraConfig.folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Deleted Items"; }; }; posteo = makeAccount { name = "posteo";