* lisp/gnus/mm-view.el (mm-display-inline-fontify): Mark contents untrusted.
This commit is contained in:
parent
ccc188fcf9
commit
937b9042ad
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ If MODE is not set, try to find mode automatically."
|
|||
(setq coding-system (mm-find-buffer-file-coding-system)))
|
||||
(setq text (buffer-string))))
|
||||
(with-temp-buffer
|
||||
(setq untrusted-content t)
|
||||
(insert (cond ((eq charset 'gnus-decoded)
|
||||
(with-current-buffer (mm-handle-buffer handle)
|
||||
(buffer-string)))
|
||||
|
|
Loading…
Add table
Reference in a new issue