From 17fe6080422b3f743ac240bee320027382e05f07 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 25 Jun 2020 11:46:52 +0200 Subject: Mail config update Without this changes are not reflected upstream. --- gui/conf/init.el | 2 -- gui/email.nix | 2 ++ 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"; }; -- cgit v1.2.3