From 576d74050e249cea8fd78db3946e0ca6c2df90e6 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 30 Mar 2022 16:58:49 +0200 Subject: [PATCH] Add org-mime for HTML mails (needed for work signature) --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index d75ae7b..13d198b 100644 --- a/config.org +++ b/config.org @@ -2182,6 +2182,14 @@ Now define the contexts. ** Other settings +The [[https://github.com/org-mime/org-mime][org-mime]] package thankfully allows sending HTML mails from mu4e. Not that I like HTML mails but I need to have a special HTML message signature for work. + +#+begin_src emacs-lisp +(use-package org-mime + :after (org mu4e) + :config (setq org-mime-library 'mml)) +#+end_src + Mu4e displays a message in the minibuffer after refreshing. And since I run mbsync and mu index (through emacsclient) automatically every few minutes these messages can get quite distracting. Luckily mu4e provides an option to disable these index messages. #+begin_src emacs-lisp