home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / gnus / 1098 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.5 KB  |  41 lines

  1. Newsgroups: gnu.emacs.gnus
  2. Path: sparky!uunet!pipex!demon!edscom!kevin
  3. From: kevin@edscom.demon.co.uk (Kevin Broadey)
  4. Subject: Re: changing indentation thingees
  5. In-Reply-To: ratinox@splinter.coe.northeastern.edu's message of 9 Sep 92 15:32:59 GMT
  6. Message-ID: <KEVIN.92Sep10115550@runningbear.edscom.demon.co.uk>
  7. X-Disclaimer: These opinions are mine: others available on request.
  8. Sender: kevin@edscom.demon.co.uk (Kevin Broadey)
  9. Reply-To: Kevin Broadey <kbroadey@edscom.demon.co.uk>
  10. Organization: EDS-Scicon, Milton Keynes, UK
  11. References: <l9ninsINNi93@jethro.Corp.Sun.COM>
  12.     <DIECPH.92Sep1163859@ucunix.ucunix.san.uc.edu>
  13.     <HERMIT.92Sep2032648@am.ucsc.edu> <HERMIT.92Sep4164853@am.ucsc.edu>
  14.     <RATINOX.92Sep9113259@splinter.coe.northeastern.edu>
  15. Date: Thu, 10 Sep 1992 11:55:50 GMT
  16. Lines: 23
  17.  
  18.  
  19. >>>>> "WRW" == William R. Ward <hermit@bayview.com> writes:
  20.  
  21. WRW> Query: is there a way to set GNUS to use a "Reply-To:" line with
  22. WRW> everything I post?  (Email works OK).
  23.  
  24. >>>>> In article <RATINOX.92Sep9113259@splinter.coe.northeastern.edu>,
  25. >>>>> "Rat" == ratinox@splinter.coe.northeastern.edu (Richard
  26. >>>>> Pieri/Stainless Steel Rat) writes:
  27.  
  28.     Rat> I have mail-setup-hook and news-setup-hook call another simple
  29.     Rat> function that just does a bunch of insert-string calls to put
  30.     Rat> in a Reply-To: field and my X-headers.
  31.  
  32. Alternatively you can stick
  33.  
  34.     (setq mail-default-reply-to "Foo Bar <fbar@domain>")
  35. or
  36.     (setq mail-default-reply-to "fbar@domain (Foo Bar)")
  37.  
  38. or anything else like that in your .emacs file.
  39.  
  40. --Kevin
  41.