Function: gnus-summary-copy-article

gnus-summary-copy-article is an interactive and byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-copy-article &optional N TO-NEWSGROUP SELECT-METHOD)

Documentation

Copy the current article to some other group.

Arguments have the same meanings as in gnus-summary-move-article.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
  "Copy the current article to some other group.
Arguments have the same meanings as in `gnus-summary-move-article'."
  (interactive "P" gnus-summary-mode)
  (gnus-summary-move-article n to-newsgroup select-method 'copy))