Merge branch 'master' of github.com:manateelazycat/emacs-application-framework

master
Andy Stewart 6 years ago
commit cedbf74010
  1. 1
      eaf.el

@ -1098,6 +1098,7 @@ In that way the corresponding function will be called to retrieve the HTML
part of the current mail."
(interactive)
(when-let* ((html (funcall (eaf--get-html-func)))
(default-directory user-emacs-directory) ; force (temporary-file-directory) to ignore remote directory
(file (concat (temporary-file-directory) (make-temp-name "eaf-mail-") ".html")))
(with-temp-file file
(insert html))

Loading…
Cancel
Save