fixing email expunge

This commit is contained in:
Matt Nish-Lapidus 2025-04-01 15:07:24 -04:00
parent 268ff58ac0
commit 0768914004

View file

@ -14,6 +14,7 @@
extraConfig.channel = { extraConfig.channel = {
CopyArrivalDate = true; CopyArrivalDate = true;
Sync = "All"; Sync = "All";
Expunge = "Both";
}; };
}; };
msmtp.enable = true; msmtp.enable = true;
@ -30,6 +31,7 @@
create = "both"; create = "both";
extraConfig.channel = { extraConfig.channel = {
CopyArrivalDate = true; CopyArrivalDate = true;
Expunge = "Both";
}; };
}; };
msmtp.enable = true; msmtp.enable = true;