home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / emacs / help / 4874 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.0 KB  |  32 lines

  1. Xref: sparky gnu.emacs.help:4874 comp.emacs:3582
  2. Newsgroups: gnu.emacs.help,comp.emacs
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usc!cs.utexas.edu!torn!newshub.ccs.yorku.ca!newshub.ccs.yorku.ca!ron
  4. From: ron@wc07.yorku.ca (Ron Sheese)
  5. Subject: HELP: move ~/RMAIL, ~/XMAIL, ~/XMBOX, ... --> ~/Rmail/
  6. Message-ID: <RON.92Nov19174454@wc07.yorku.ca>
  7. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  8. Organization: /writer/wcfac/ron/.organization
  9. Date: Thu, 19 Nov 1992 22:44:54 GMT
  10. Lines: 20
  11.  
  12. I want to put every rmail-formed file into ~/Rmail/, as:
  13.  
  14.     ~/RMAIL, ~/XMAIL, ~/XNEWS (when I reading a forwarded netnews
  15.         and press 'o' to save it, I got the '~/XNEWS' as
  16.         default) .
  17.  
  18. And further, I want to output all unix-mail formatted mail (as I press
  19. '^O') to ~/Mail/, as:
  20.  
  21.     ~/xmail, ~/XMBOX (don't know why I got such a default ouput
  22.         file when I pressed '^O' at a time).
  23.  
  24. One of the netters helped me solved the main problem (sorry I couldn't
  25. find his name).
  26.  
  27.     (setq rmail-file-name "~/Rmail/RMAIL"
  28.           rmail-last-rmail-file "~/Rmail/XMAIL")
  29.  
  30. Thanks,
  31.  
  32.