(setq coding-system (mm-find-buffer-file-coding-system)))
(setq text (buffer-string))))
(with-temp-buffer
- (trust-set-buffer-trust)
(insert (cond ((eq charset 'gnus-decoded)
(with-current-buffer (mm-handle-buffer handle)
(buffer-string)))
;; really associates buffer with a file (bug#39190).
(delay-mode-hooks (set-auto-mode))
(setq mode major-mode)))
+ (trust-set-buffer-trust)
;; Do not fontify if the guess mode is fundamental.
(when (and (not (eq major-mode 'fundamental-mode))
mm-inline-font-lock)