Function: gnus-uu-decode-uu

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

Signature

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

Documentation

Uudecode the current article.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
;; Commands.

(defun gnus-uu-decode-uu (&optional n)
  "Uudecode the current article."
  (interactive "P" gnus-article-mode gnus-summary-mode)
  (gnus-uu-decode-with-method #'gnus-uu-uustrip-article n))