aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/conf/init.el2
-rw-r--r--gui/email.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index d30956d..fb49dc7 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -365,8 +365,6 @@
:config
(setq mu4e-maildir "~/mail")
(setq mu4e-get-mail-command "true")
- (setq mu4e-index-cleanup nil)
- (setq mu4e-index-lazy-check t)
(setq mu4e-update-interval 120)
(setq mu4e-use-fancy-chars t)
(setq mu4e-headers-attach-mark '("a" . "@")) ; alignment fix
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";
};