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 = {
CopyArrivalDate = true;
Sync = "All";
Expunge = "Both";
};
};
msmtp.enable = true;
@ -30,6 +31,7 @@
create = "both";
extraConfig.channel = {
CopyArrivalDate = true;
Expunge = "Both";
};
};
msmtp.enable = true;