Summary Mail Commands
---------------------
Commands for composing a mail message:
`S r'
`r'
Mail a reply to the author of the current article
(`gnus-summary-reply').
`S R'
`R'
Mail a reply to the author of the current article and include the
original message (`gnus-summary-reply-with-original'). This
command uses the process/prefix convention.
`S w'
Mail a wide reply to the author of the current article
(`gnus-summary-wide-reply'). A "wide reply" is a reply that goes
out to all people listed in the `To', `From' (or `Reply-to') and
`Cc' headers.
`S W'
Mail a wide reply to the current article and include the original
message (`gnus-summary-wide-reply-with-original'). This command
uses the process/prefix convention.
`S o m'
`C-c C-f'
Forward the current article to some other person
(`gnus-summary-mail-forward'). If no prefix is given, the message
is forwarded according to the value of (`message-forward-as-mime')
and (`message-forward-show-mml'); if the prefix is 1, decode the
message and forward directly inline; if the prefix is 2, forward
message as an rfc822 MIME section; if the prefix is 3, decode
message and forward as an rfc822 MIME section; if the prefix is 4,
forward message directly inline; otherwise, the message is
forwarded as no prefix given but use the flipped value of
(`message-forward-as-mime'). By default, the message is decoded
and forwarded as an rfc822 MIME section.
`S m'
`m'
Send a mail to some other person
(`gnus-summary-mail-other-window').
`S D b'
If you have sent a mail, but the mail was bounced back to you for
some reason (wrong address, transient failure), you can use this
command to resend that bounced mail
(`gnus-summary-resend-bounced-mail'). You will be popped into a
mail buffer where you can edit the headers before sending the mail
off again. If you give a prefix to this command, and the bounced
mail is a reply to some other mail, Gnus will try to fetch that
mail and display it for easy perusal of its headers. This might
very well fail, though.
`S D r'
Not to be confused with the previous command,
`gnus-summary-resend-message' will prompt you for an address to
send the current message off to, and then send it to that place.
The headers of the message won't be altered--but lots of headers
that say `Resent-To', `Resent-From' and so on will be added. This
means that you actually send a mail to someone that has a `To'
header that (probably) points to yourself. This will confuse
people. So, natcherly you'll only do that if you're really eVIl.
This command is mainly used if you have several accounts and want
to ship a mail to a different account of yours. (If you're both
`root' and `postmaster' and get a mail for `postmaster' to the
`root' account, you may want to resend it to `postmaster'.
Ordnung muß sein!
This command understands the process/prefix convention (Note:Process/Prefix).
`S O m'
Digest the current series (Note:Decoding Articles) and forward
the result using mail (`gnus-uu-digest-mail-forward'). This
command uses the process/prefix convention (Note:Process/Prefix).
`S M-c'
Send a complaint about excessive crossposting to the author of the
current article (`gnus-summary-mail-crosspost-complaint').
This command is provided as a way to fight back against the current
crossposting pandemic that's sweeping Usenet. It will compose a
reply using the `gnus-crosspost-complaint' variable as a preamble.
This command understands the process/prefix convention (Note:Process/Prefix) and will prompt you before sending each mail.
Also Note:(message)Header Commands for more information.