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 ALL-HEADERS)

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 all-headers)
  "Forward the current article to a newsgroup.
See `gnus-summary-mail-forward' for ARG."
  (interactive (gnus-interactive "P\ny") gnus-summary-mode)
  (gnus-summary-mail-forward arg all-headers t))