Function: gnus-summary-wide-reply-with-original
gnus-summary-wide-reply-with-original is an autoloaded, interactive
and byte-compiled function defined in gnus-msg.el.gz.
Signature
(gnus-summary-wide-reply-with-original N)
Documentation
Start composing a wide reply mail to the current message.
The original article(s) will be yanked. Uses the process/prefix convention.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defun gnus-summary-wide-reply-with-original (n)
"Start composing a wide reply mail to the current message.
The original article(s) will be yanked.
Uses the process/prefix convention."
(interactive "P" gnus-summary-mode)
(gnus-summary-reply-with-original n t))