mu4e: Place provide forms in their own sections

Use "_" as the title of that section so that it is less distracting
when sections are collapsed to get an overview of the library.

Using a separate section is useful because it reduces the risk of
accidentally into the middle of a library.
This commit is contained in:
Jonas Bernoulli
2020-02-11 13:26:45 +01:00
committed by Dirk-Jan C. Binnema
parent 6c58a311d1
commit 040c6578be
19 changed files with 20 additions and 10 deletions

View File

@ -344,5 +344,6 @@ Emacs. Based on code by Titus von der Malsburg."
(erase-buffer)
(call-process-shell-command mu4e-html2text-command tmp-file t t)
(delete-file tmp-file))) msg))
;;; _
(provide 'mu4e-message)