Merge pull request #2005 from thierryvolpiatto/fix_mu4e-view-gnus

Insert text without its text properties when replying
This commit is contained in:
Dirk-Jan C. Binnema 2021-05-02 12:37:01 +03:00 committed by GitHub
commit 83bb3d7a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ etc."
(insert-file-contents-literally
(mu4e-message-field msg :path) nil nil nil t)
(mu4e~view-render-buffer msg)
(buffer-string)))
(buffer-substring-no-properties (point-min) (point-max))))
(defun mu4e-action-view-in-browser (msg)
"Show current message MSG in browser, if it contains an html body."