From 0768914004acaade34d76fa8e43becca7ae2a387 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Tue, 1 Apr 2025 15:07:24 -0400 Subject: [PATCH] fixing email expunge --- modules/home/email.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/email.nix b/modules/home/email.nix index 010ef57..b92818f 100644 --- a/modules/home/email.nix +++ b/modules/home/email.nix @@ -14,6 +14,7 @@ extraConfig.channel = { CopyArrivalDate = true; Sync = "All"; + Expunge = "Both"; }; }; msmtp.enable = true; @@ -30,6 +31,7 @@ create = "both"; extraConfig.channel = { CopyArrivalDate = true; + Expunge = "Both"; }; }; msmtp.enable = true;