home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!pipex!demon!edscom!kevin
- From: kevin@edscom.demon.co.uk (Kevin Broadey)
- Subject: Re: changing indentation thingees
- In-Reply-To: ratinox@splinter.coe.northeastern.edu's message of 9 Sep 92 15:32:59 GMT
- Message-ID: <KEVIN.92Sep10115550@runningbear.edscom.demon.co.uk>
- X-Disclaimer: These opinions are mine: others available on request.
- Sender: kevin@edscom.demon.co.uk (Kevin Broadey)
- Reply-To: Kevin Broadey <kbroadey@edscom.demon.co.uk>
- Organization: EDS-Scicon, Milton Keynes, UK
- References: <l9ninsINNi93@jethro.Corp.Sun.COM>
- <DIECPH.92Sep1163859@ucunix.ucunix.san.uc.edu>
- <HERMIT.92Sep2032648@am.ucsc.edu> <HERMIT.92Sep4164853@am.ucsc.edu>
- <RATINOX.92Sep9113259@splinter.coe.northeastern.edu>
- Date: Thu, 10 Sep 1992 11:55:50 GMT
- Lines: 23
-
-
- >>>>> "WRW" == William R. Ward <hermit@bayview.com> writes:
-
- WRW> Query: is there a way to set GNUS to use a "Reply-To:" line with
- WRW> everything I post? (Email works OK).
-
- >>>>> In article <RATINOX.92Sep9113259@splinter.coe.northeastern.edu>,
- >>>>> "Rat" == ratinox@splinter.coe.northeastern.edu (Richard
- >>>>> Pieri/Stainless Steel Rat) writes:
-
- Rat> I have mail-setup-hook and news-setup-hook call another simple
- Rat> function that just does a bunch of insert-string calls to put
- Rat> in a Reply-To: field and my X-headers.
-
- Alternatively you can stick
-
- (setq mail-default-reply-to "Foo Bar <fbar@domain>")
- or
- (setq mail-default-reply-to "fbar@domain (Foo Bar)")
-
- or anything else like that in your .emacs file.
-
- --Kevin
-