Function: gnus-summary-very-wide-reply-with-original

gnus-summary-very-wide-reply-with-original is an interactive and byte-compiled function defined in gnus-msg.el.gz.

Signature

(gnus-summary-very-wide-reply-with-original N)

Documentation

Start composing a very wide reply mail a set of messages.

Uses the process/prefix convention.

The reply will include all From/Cc headers from the original messages as the To/Cc headers.

The original article(s) will be yanked.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defun gnus-summary-very-wide-reply-with-original (n)
  "Start composing a very wide reply mail a set of messages.

Uses the process/prefix convention.

The reply will include all From/Cc headers from the original
messages as the To/Cc headers.

The original article(s) will be yanked."
  (interactive "P" gnus-summary-mode)
  (gnus-summary-reply
   (gnus-summary-work-articles n) t (gnus-summary-work-articles n)))