home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!gumby!yale!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: choo@cs.yale.edu's message of Fri, 13 Nov 1992 18: 26:26 GMT
- Message-ID: <1992Nov13.183052.12904@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>
- <1992Nov13.182626.12806@cs.yale.edu>
- Date: Fri, 13 Nov 1992 18:30:52 GMT
- Lines: 17
-
- In article <1992Nov13.182626.12806@cs.yale.edu> choo@cs.yale.edu (Young-il Choo) writes:
-
- me> 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.
-
- me> Put the following in your .emacs or rmail-load-hook
- ^^^^^^^^^^^^^^^
- Oops. Should be "rmail-mode-hook".
- The rmail-load-hook comes in a non-standard version of rmail that I have.
-
- me> (setq rmail-file-name "~/Rmail/RMAIL"
- me> rmail-last-rmail-file "~/Rmail/XMAIL")
-
- -- Young-il
-