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";