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

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!gumby!yale!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: choo@cs.yale.edu's message of Fri, 13 Nov 1992 18: 26:26 GMT
  6. Message-ID: <1992Nov13.183052.12904@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.     <1992Nov13.182626.12806@cs.yale.edu>
  12. Date: Fri, 13 Nov 1992 18:30:52 GMT
  13. Lines: 17
  14.  
  15. In article <1992Nov13.182626.12806@cs.yale.edu> choo@cs.yale.edu (Young-il Choo) writes:
  16.  
  17. me> In article <RON.92Nov12123044@wc18.yorku.ca> ron@wc18.yorku.ca (Ron Sheese) writes:
  18.  
  19. Ron> I would like to find a way changing the primary rmail file ~/RMAIL to
  20. Ron> ~/Rmail/RMAIL and the default output rmail file as ~/Rmail/XMAIL
  21. Ron> instead of ~/XMAIL.
  22.  
  23. me> Put the following in your .emacs or rmail-load-hook
  24.                                         ^^^^^^^^^^^^^^^
  25. Oops.  Should be "rmail-mode-hook".
  26. The rmail-load-hook comes in a non-standard version of rmail that I have.
  27.  
  28. me> (setq rmail-file-name "~/Rmail/RMAIL"
  29. me>       rmail-last-rmail-file "~/Rmail/XMAIL")
  30.  
  31. -- Young-il
  32.