aboutsummaryrefslogtreecommitdiff
path: root/gui/email.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/email.nix')
-rw-r--r--gui/email.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/email.nix b/gui/email.nix
index 99246af..ee5c2c5 100644
--- a/gui/email.nix
+++ b/gui/email.nix
@@ -27,6 +27,7 @@
mbsync = {
enable = true;
+ expunge = "both";
create = "maildir";
};
@@ -54,6 +55,7 @@
mbsync = {
enable = true;
create = "maildir";
+ expunge = "both";
extraConfig.account = {
AuthMechs = "PLAIN";
};