Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* reply to on mailing list
@ 2007-06-06 19:16 Dick Hoogendijk
  2007-06-06 20:21 ` David Z Maze
  2007-06-06 20:31 ` Robert D. Crawford
  0 siblings, 2 replies; 3+ messages in thread
From: Dick Hoogendijk @ 2007-06-06 19:16 UTC (permalink / raw)
  To: info-gnus-english


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.

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ + Solaris 11 02/07 ++

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reply to on mailing list
  2007-06-06 19:16 reply to on mailing list Dick Hoogendijk
@ 2007-06-06 20:21 ` David Z Maze
  2007-06-06 20:31 ` Robert D. Crawford
  1 sibling, 0 replies; 3+ messages in thread
From: David Z Maze @ 2007-06-06 20:21 UTC (permalink / raw)
  To: info-gnus-english

Dick Hoogendijk <dick@nagual.nl> writes:

> 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"?

Go to the group line in the group buffer.  Press 'G c'.  In the
resulting customize buffer, check "To Address:" and fill in the mailing
list's address, then press the "[done]" button at the top of the page.
There are lots of other things you can set here on a per-group basis.

  --dzm

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reply to on mailing list
  2007-06-06 19:16 reply to on mailing list Dick Hoogendijk
  2007-06-06 20:21 ` David Z Maze
@ 2007-06-06 20:31 ` Robert D. Crawford
  1 sibling, 0 replies; 3+ messages in thread
From: Robert D. Crawford @ 2007-06-06 20:31 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-06 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-06 19:16 reply to on mailing list Dick Hoogendijk
2007-06-06 20:21 ` David Z Maze
2007-06-06 20:31 ` Robert D. Crawford

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).