Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Robert D. Crawford" <rdc1x@comcast.net>
To: info-gnus-english@gnu.org
Subject: Re: reply to on mailing list
Date: Wed, 06 Jun 2007 15:31:50 -0500	[thread overview]
Message-ID: <87y7iwq0y1.fsf@comcast.net> (raw)
In-Reply-To: <x7k5ughp1i.fsf@nagual.nl>

Dick Hoogendijk <dick@nagual.nl> writes:

> I get lots of E-mail from mailing lists. I read those with nnimap.
> Whenever I hit either r (R) of f (F) I compose a new mail but the
> "To:" is mostly wrong. Almost everytime the original sender is filled
> in and a Cc is made for the list. example:
>
> To:poster@site.org
> Cc:desktop-os@opensolaris.org
> Subject:blablabla..
>
> Most people want to read their mail only on the list and are not fond
> of private e-mail. So I change the To: and Cc: by hand now but that
> seems not the way to do it.
>
> Am I overlooking something? Is it possible to set some kind of default
> "To: address" for a mailgroup? Or do I use some special "key"?
>
> It's annoying the way it is now.

The following example from my .gnus.el file might be helpful.  I am not
sure if using nnimap will change any of this as I do not use it.  I
can't see how it would make a difference.

(setq gnus-parameters
      '(("mail\\.emacspeak"
	 (to-address . "emacspeak@cs.vassar.edu"))
	("mail\\.homeroast-list"
	 (posting-style
 	  (address "robdcraw@gmail.com")
 	  (user-mail-address "robdcraw@gmail.com")
	  (signature-file "~/.signature-gmail")))
	("mail\\.thinkpad-list"
	 (to-address . "linux-thinkpad@linux-thinkpad.org")
	 (posting-style
 	  (address "robdcraw@gmail.com")
 	  (user-mail-address "robdcraw@gmail.com")
	  (signature-file "~/.signature-gmail")))))

I hope this helps,
rdc
-- 
Robert D. Crawford                                      rdc1x@comcast.net

And that's the way it is...
		-- Walter Cronkite

      parent reply	other threads:[~2007-06-06 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06 19:16 Dick Hoogendijk
2007-06-06 20:21 ` David Z Maze
2007-06-06 20:31 ` Robert D. Crawford [this message]

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=87y7iwq0y1.fsf@comcast.net \
    --to=rdc1x@comcast.net \
    --cc=info-gnus-english@gnu.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).