mh-reply

mh-reply is an interactive autoloaded compiled Lisp function in `mh-comp.el'.


(mh-reply MESSAGE &optional REPLY-TO INCLUDEP)

Reply to a MESSAGE.

When you reply to a message, you are first prompted with "Reply
to whom?" (unless the optional argument REPLY-TO is provided).
You have several choices here.

Response Reply Goes To

from The person who sent the message. This is the
default, so <RET> is sufficient.

to Replies to the sender, plus all recipients in the
"To:" header field.

all cc Forms a reply to the addresses in the
"Mail-Followup-To:" header field if one
exists; otherwise forms a reply to the sender,
plus all recipients.

Depending on your answer, "repl" is given a different argument
to form your reply. Specifically, a choice of "from" or none at
all runs "repl -nocc all", and a choice of "to" runs "repl
-cc to". Finally, either "cc" or "all" runs "repl -cc all
-nocc me".

Two windows are then created. One window contains the message to
which you are replying in an MH-Show buffer. Your draft, in
MH-Letter mode (*note `mh-letter-mode'), is in the other window.
If the reply draft was not one that you expected, check the
things that affect the behavior of "repl" which include the
"repl:" profile component and the "replcomps" and
"replgroupcomps" files.

If you supply a prefix argument INCLUDEP, the message you are
replying to is inserted in your reply after having first been run
through "mhl" with the format file "mhl.reply".

Alternatively, you can customize the option `mh-yank-behavior'
and choose one of its "Automatically" variants to do the same
thing. If you do so, the prefix argument has no effect.

Another way to include the message automatically in your draft is
to use "repl: -filter repl.filter" in your MH profile.

If you wish to customize the header or other parts of the reply
draft, please see "repl" and "mh-format".

See also `mh-reply-show-message-flag',
`mh-reply-default-reply-to', and `mh-send'.