home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky gnu.emacs.help:4874 comp.emacs:3582
- Newsgroups: gnu.emacs.help,comp.emacs
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!usc!cs.utexas.edu!torn!newshub.ccs.yorku.ca!newshub.ccs.yorku.ca!ron
- From: ron@wc07.yorku.ca (Ron Sheese)
- Subject: HELP: move ~/RMAIL, ~/XMAIL, ~/XMBOX, ... --> ~/Rmail/
- Message-ID: <RON.92Nov19174454@wc07.yorku.ca>
- Sender: news@newshub.ccs.yorku.ca (USENET News System)
- Organization: /writer/wcfac/ron/.organization
- Date: Thu, 19 Nov 1992 22:44:54 GMT
- Lines: 20
-
- I want to put every rmail-formed file into ~/Rmail/, as:
-
- ~/RMAIL, ~/XMAIL, ~/XNEWS (when I reading a forwarded netnews
- and press 'o' to save it, I got the '~/XNEWS' as
- default) .
-
- And further, I want to output all unix-mail formatted mail (as I press
- '^O') to ~/Mail/, as:
-
- ~/xmail, ~/XMBOX (don't know why I got such a default ouput
- file when I pressed '^O' at a time).
-
- One of the netters helped me solved the main problem (sorry I couldn't
- find his name).
-
- (setq rmail-file-name "~/Rmail/RMAIL"
- rmail-last-rmail-file "~/Rmail/XMAIL")
-
- Thanks,
-
-