Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Mario Lang <mlang@delysid.org>
Subject: Re: group-specific Reply-to addresses
Date: Sat, 31 Aug 2002 11:05:25 GMT	[thread overview]
Message-ID: <87n0r3e198.fsf@lexx.delysid.org> (raw)
In-Reply-To: <ubs7lvtos.fsf@oconnor.cx>

Edward O'Connor <ted@oconnor.cx> writes:

>> What kind of configuration would I have to setup to customize
>> Reply-to headers for all the mailing lists I subscribe to?
>
> I usually move to the group I'm keeping the mailing list in in the
> *Group* buffer, type G p to edit its group parameters, and change
> them to something like so:
>
> ((to-address . "the-list-address")
>  (to-list . "the-list-address")
>  (subscribed . t))
>
> And then I C-c C-c to save the new group parameters. Now, whenever
> I followup or start composing a new article in that group, Gnus
> does The Right Thing.
>
There is another very cute trick related to this group parameter usage.

I have this in my .gnus.el:

;; Group mail splitting
;
; This allows me to use `G p' to set nnmail-split-fancy
; Just put (to-list . "list@address") in Group parameters, or
; (split-regexp . "re").
(gnus-group-split-setup t)
; And this automatically adds to-list when I sent the first mail to the list.
(setq gnus-add-to-list t)

So, my split-settings are automatically defined from the settings in the
Group parameters.

BTW; you can also use Topic parameters to do nice things
like setting your from header (posting-styles) for a particular
type of mailing list.

-- 
CYa,
  Mario


           reply	other threads:[~2002-08-31 11:05 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <ubs7lvtos.fsf@oconnor.cx>]

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=87n0r3e198.fsf@lexx.delysid.org \
    --to=mlang@delysid.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).