info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reply to on mailing list


From: Robert D. Crawford
Subject: Re: reply to on mailing list
Date: Wed, 06 Jun 2007 15:31:50 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]