Function: gnus-summary-crosspost-article
gnus-summary-crosspost-article is an interactive and byte-compiled
function defined in gnus-sum.el.gz.
Signature
(gnus-summary-crosspost-article &optional N)
Documentation
Crosspost 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-crosspost-article (&optional n)
"Crosspost 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 nil nil 'crosspost))