🔧 (org-mime) Customise
This commit is contained in:
parent
6d972bc5fb
commit
0c8e31e912
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue