From 0c8e31e9128251a49670cfd0e1a5d8d1ce803439 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 18:04:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(org-mime)=20Customise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 73c6503..7d19b26 100644 --- a/config.org +++ b/config.org @@ -2783,7 +2783,11 @@ The [[https://github.com/org-mime/org-mime][org-mime]] package thankfully allows #+begin_src emacs-lisp (use-package org-mime :after (org mu4e) - :config (setq org-mime-library 'mml)) + :config + (setq org-mime-library 'mml) + (setq org-mime-export-options '(:section-numbers nil + :with-author nil + :with-toc nil)) #+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.