Function: gnus-uu-decode-unshar
gnus-uu-decode-unshar is an autoloaded, interactive and byte-compiled
function defined in gnus-uu.el.gz.
Signature
(gnus-uu-decode-unshar &optional N)
Documentation
Unshar the current article.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-decode-unshar (&optional n)
"Unshar the current article."
(interactive "P" gnus-article-mode gnus-summary-mode)
(gnus-uu-decode-with-method #'gnus-uu-unshar-article n nil nil 'scan t))