Function: gnus-summary-followup-to-mail-with-original
gnus-summary-followup-to-mail-with-original is an autoloaded,
interactive and byte-compiled function defined in gnus-msg.el.gz.
Signature
(gnus-summary-followup-to-mail-with-original &optional ARG)
Documentation
Followup to the current mail message via news.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defun gnus-summary-followup-to-mail-with-original (&optional arg)
"Followup to the current mail message via news."
(interactive "P" gnus-summary-mode)
(gnus-summary-followup (gnus-summary-work-articles arg) t))