home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- 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
- From: choo@cs.yale.edu (Young-il Choo)
- Subject: Re: in search for RMAIL extensions
- In-Reply-To: ron@wc18.yorku.ca's message of Thu, 12 Nov 1992 17: 30:44 GMT
- Message-ID: <1992Nov13.182626.12806@cs.yale.edu>
- Sender: news@cs.yale.edu (Usenet News)
- Nntp-Posting-Host: systemsx-gw.cs.yale.edu
- Organization: Yale Univ Computics
- References: <RON.92Nov12123044@wc18.yorku.ca>
- Date: Fri, 13 Nov 1992 18:26:26 GMT
- Lines: 15
-
- In article <RON.92Nov12123044@wc18.yorku.ca> ron@wc18.yorku.ca (Ron Sheese) writes:
-
- Ron> I would like to find a way changing the primary rmail file ~/RMAIL to
- Ron> ~/Rmail/RMAIL and the default output rmail file as ~/Rmail/XMAIL
- Ron> instead of ~/XMAIL.
-
- Put the following in your .emacs or rmail-load-hook
-
- (setq rmail-file-name "~/Rmail/RMAIL"
- rmail-last-rmail-file "~/Rmail/XMAIL")
-
- See the appropriate documentation for these variables.
-
- -- Young-il
-
-