Function: rmail-mailing-list-help
rmail-mailing-list-help is an interactive and byte-compiled function
defined in rmail.el.gz.
Signature
(rmail-mailing-list-help)
Documentation
Send Help request to the mailing list which delivered the current message.
This command starts composing an email message to the mailing list requesting help about the list. When the message is ready, send it as usual, via your MUA's send-email command.
Probably introduced at or before Emacs version 30.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defun rmail-mailing-list-help ()
"Send Help request to the mailing list which delivered the current message.
This command starts composing an email message to the mailing list
requesting help about the list. When the message is ready, send it
as usual, via your MUA's send-email command."
(interactive nil rmail-mode)
(rmail--mailing-list-message 'help))