Dick Hoogendijk <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]
> Cc:[EMAIL PROTECTED]
> 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 . "[EMAIL PROTECTED]"))
        ("mail\\.homeroast-list"
         (posting-style
          (address "[EMAIL PROTECTED]")
          (user-mail-address "[EMAIL PROTECTED]")
          (signature-file "~/.signature-gmail")))
        ("mail\\.thinkpad-list"
         (to-address . "[EMAIL PROTECTED]")
         (posting-style
          (address "[EMAIL PROTECTED]")
          (user-mail-address "[EMAIL PROTECTED]")
          (signature-file "~/.signature-gmail")))))

I hope this helps,
rdc
-- 
Robert D. Crawford                                      [EMAIL PROTECTED]

And that's the way it is...
                -- Walter Cronkite
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to