diff --git a/mu4e/mu4e-actions.el b/mu4e/mu4e-actions.el index df5df87e..dc5ee985 100644 --- a/mu4e/mu4e-actions.el +++ b/mu4e/mu4e-actions.el @@ -84,6 +84,7 @@ You can influence the browser to use with the variable (mu4e-error "No body part for this message")) (with-temp-buffer ;; simplistic -- but note that it's only an example... + (insert "\n") (insert (or html (concat "
" txt "
"))) (write-file tmpfile) (browse-url (concat "file://" tmpfile))))) @@ -104,6 +105,7 @@ You can influence the browser to use with the variable (mu4e-error "No body part for this message")) (with-temp-buffer ;; simplistic -- but note that it's only an example... + (insert "\n") (insert (or html (concat "
" txt "
"))) (write-file tmpfile) (xwidget-webkit-browse-url (concat "file://" tmpfile) t))))