Function: gnus-article-view-part-as-type

gnus-article-view-part-as-type is an autoloaded, interactive and byte-compiled function defined in gnus-art.el.gz.

Signature

(gnus-article-view-part-as-type N)

Documentation

Choose a MIME media type, and view part N as such.

N is the numerical prefix.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-article-view-part-as-type (n)
  "Choose a MIME media type, and view part N as such.
N is the numerical prefix."
  (interactive "P" gnus-article-mode)
  (gnus-article-part-wrapper n 'gnus-mime-view-part-as-type t))