Merge pull request #3026 from simendsjo/mu4e-view-in-browser
mu4e action to view email in browser
This commit is contained in:
commit
146e8ced6b
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue