Function: gnus-article-save-part-and-strip

gnus-article-save-part-and-strip is an autoloaded, interactive and byte-compiled function defined in gnus-art.el.gz.

Signature

(gnus-article-save-part-and-strip N)

Documentation

Save MIME part N and replace it with an external body.

N is the numerical prefix.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-article-save-part-and-strip (n)
  "Save MIME part N and replace it with an external body.
N is the numerical prefix."
  (interactive "P" gnus-article-mode)
  (gnus-article-part-wrapper n 'gnus-mime-save-part-and-strip t))