Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: mailing list reply with CC
Date: Wed, 24 Sep 2014 11:13:09 -0400	[thread overview]
Message-ID: <87bnq5m4qi.fsf@lifelogs.com> (raw)
In-Reply-To: <8761gnmsr9.fsf@cougar.home.aneadesign.com>

On Tue, 16 Sep 2014 18:31:38 +0200 Clemens Schüller <cs.mlists+gnus@mailbox.org> wrote: 

CS> How can I create a mailinglist reply with To to the list _and_ a CC to
CS> the mail author?

I have this bound to `r':

r runs the command gnus-summary-very-wide-reply-with-original (found
in gnus-summary-mode-map), which is an interactive compiled Lisp
function in `gnus-msg.el'.

It is bound to r, S V, <menu-bar> <Post> <Very wide reply and yank>.

(gnus-summary-very-wide-reply-with-original N)

Start composing a very wide reply mail to the current message.
The original article will be yanked.

If you decide to add the CC later, reply, then:

C-c C-f C-c runs the command message-goto-cc (found in
message-mode-map), which is an interactive compiled Lisp function in
`message.el'.

It is bound to C-c C-f C-c, <menu-bar> <Field> <Cc>.

(message-goto-cc)

Move point to the Cc header.

The CC header will be auto-created if it doesn't exist.  Conveniently,
this also works if you're following up to a newsgroup (Gnus will send a
separate e-mail).

HTH
Ted




  parent reply	other threads:[~2014-09-24 15:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-16 16:31 Clemens Schüller
2014-09-17 12:55 ` Rasmus
2014-09-24 15:13 ` Ted Zlatanov [this message]
2014-10-05  9:05   ` Clemens Schüller
2014-10-05 12:46     ` Rainer M Krug
2014-10-05 13:10       ` [ solved ] (was: mailing list reply with CC) Clemens Schüller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bnq5m4qi.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).