home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / emacs / help / 4782 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.1 KB  |  29 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!ames!elroy.jpl.nasa.gov!usc!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!cs.yale.edu!cs.yale.edu!choo
  3. From: choo@cs.yale.edu (Young-il Choo)
  4. Subject: Re: in search for RMAIL extensions
  5. In-Reply-To: ron@wc18.yorku.ca's message of Thu, 12 Nov 1992 17: 30:44 GMT
  6. Message-ID: <1992Nov13.182626.12806@cs.yale.edu>
  7. Sender: news@cs.yale.edu (Usenet News)
  8. Nntp-Posting-Host: systemsx-gw.cs.yale.edu
  9. Organization: Yale Univ Computics
  10. References: <RON.92Nov12123044@wc18.yorku.ca>
  11. Date: Fri, 13 Nov 1992 18:26:26 GMT
  12. Lines: 15
  13.  
  14. In article <RON.92Nov12123044@wc18.yorku.ca> ron@wc18.yorku.ca (Ron Sheese) writes:
  15.  
  16. Ron> I would like to find a way changing the primary rmail file ~/RMAIL to
  17. Ron> ~/Rmail/RMAIL and the default output rmail file as ~/Rmail/XMAIL
  18. Ron> instead of ~/XMAIL.
  19.  
  20. Put the following in your .emacs or rmail-load-hook
  21.  
  22. (setq rmail-file-name "~/Rmail/RMAIL"
  23.       rmail-last-rmail-file "~/Rmail/XMAIL")
  24.  
  25. See the appropriate documentation for these variables.
  26.  
  27. -- Young-il
  28.  
  29.