Gnus development mailing list
 help / color / mirror / Atom feed
From: dsg@mitre.org (David S. Goldberg)
Subject: Re: gnus-multdom.el anyone...?
Date: 19 May 1999 10:05:06 -0400	[thread overview]
Message-ID: <m1bn1z1dujx.fsf@blackbird.mitre.org> (raw)
In-Reply-To: Steinar Bang's message of "19 May 1999 09:32:15 +0200"

I don't do this myself, but you can do this sort of thing with
posting-styles.  Note that the example below is incomplete.  You'll
also need to verify that the "To" that you're grabbing is really an
address belonging to you.  I'm just illustrating the capability of
finding the To address in a message you're replying to.

(setq gnus-posting-styles '((gnus-article-reply
			     ("From"
                               (save-excursion
                                 (set-buffer gnus-article-buffer)
                                 (car (cdr (mail-extract-address-components
                                            (message-fetch-field "To")))))))))
-- 
Dave Goldberg
Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730
Phone: 781-271-3887
Email: dsg@mitre.org


  reply	other threads:[~1999-05-19 14:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-19  7:32 Steinar Bang
1999-05-19 14:05 ` David S. Goldberg [this message]
1999-05-20 14:36 ` BrYan P. Johnson

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=m1bn1z1dujx.fsf@blackbird.mitre.org \
    --to=dsg@mitre.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).