Function: gnus-summary-followup-to-mail
gnus-summary-followup-to-mail is an autoloaded, interactive and
byte-compiled function defined in gnus-msg.el.gz.
Signature
(gnus-summary-followup-to-mail &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 (&optional arg)
"Followup to the current mail message via news."
(interactive (list (and current-prefix-arg
(gnus-summary-work-articles 1)))
gnus-summary-mode)
(gnus-summary-followup arg t))