[Mail] Defer loading of some packages

This commit is contained in:
Daniel - 2019-02-02 18:10:44 +01:00
parent 995ac19cda
commit cfda96a070
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 0 deletions

View File

@ -1520,6 +1520,7 @@
(bind-key "C-<return>" #'db/gnus-summary-open-Link gnus-article-mode-map)))
(use-package mm-decode
:defer t
:init (setq mm-text-html-renderer 'shr
mm-discouraged-alternatives '("text/richtext" "text/html")
mm-automatic-display (-difference mm-automatic-display
@ -1534,6 +1535,7 @@
(add-to-list 'mm-automatic-display "application/pgp$")))
(use-package mm-view
:defer t
:config (progn
;; Fix: mm-view does not seem to support verifying S/MIME messages
;; using gpgsm, so we add a simple fix here