Function: gnus-uu-decode-unshar-view

gnus-uu-decode-unshar-view is an autoloaded, interactive and byte-compiled function defined in gnus-uu.el.gz.

Signature

(gnus-uu-decode-unshar-view &optional N)

Documentation

Unshar and view the current article.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-decode-unshar-view (&optional n)
  "Unshar and view the current article."
  (interactive "P" gnus-article-mode gnus-summary-mode)
  (let ((gnus-view-pseudos (or gnus-view-pseudos 'automatic)))
    (gnus-uu-decode-unshar n)))