mu4e action to view email in browser

Taken from Spacemacs
This commit is contained in:
simendsjo 2020-05-03 18:05:31 +02:00
parent 0edbf9cb04
commit 503ace3429

View file

@ -92,6 +92,9 @@
;; Wrap text in messages
(setq-hook! 'mu4e-view-mode-hook truncate-lines nil)
;; Html mails might be better rendered in a browser
(add-to-list 'mu4e-view-actions '("View in browser" . mu4e-action-view-in-browser))
(when (fboundp 'imagemagick-register-types)
(imagemagick-register-types))