diff options
Diffstat (limited to 'gui/email.nix')
-rw-r--r-- | gui/email.nix | 2 |
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"; }; |