Function: gnus-summary-post-forward
gnus-summary-post-forward is an autoloaded, interactive and
byte-compiled function defined in gnus-msg.el.gz.
Signature
(gnus-summary-post-forward &optional ARG)
Documentation
Forward the current article to a newsgroup.
See gnus-summary-mail-forward for ARG.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defun gnus-summary-post-forward (&optional arg)
"Forward the current article to a newsgroup.
See `gnus-summary-mail-forward' for ARG."
(interactive "P" gnus-summary-mode)
(gnus-summary-mail-forward arg t))