From 450c76b09a70daa6137b081ed9b7d57355d4fb80 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 20 Aug 2024 07:50:16 +0200 Subject: emacs: drastically simplify my email setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of having a myriad of accounts, let's set up only two of them, which are the actual ones I use on mu4e. This gets rid of hacks I did to keep some of the accounts floating, while also dropping some shenanigans like signatures which were never really relevant. With all of this off loaded from Emacs, the msmtp configuration also gets simplified, and I took the chance to tweak further some of the defaults. Signed-off-by: Miquel Sabaté Solà --- .config/doom/packages.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config/doom/packages.el') diff --git a/.config/doom/packages.el b/.config/doom/packages.el index c8ce441..c494fcc 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -4,3 +4,4 @@ (package! crux) (package! langtool) (package! mu4e-alert :disable t) +(package! message-view-patch) -- cgit v1.2.3