home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12764 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  2.1 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!swrinde!elroy.jpl.nasa.gov!ames!sgi!nimrod.wpd.sgi.com!roberts
  2. From: roberts@nimrod.wpd.sgi.com (roberts)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re:  save mail
  5. Message-ID: <os5j4vs@sgi.sgi.com>
  6. Date: 21 Aug 92 21:55:20 GMT
  7. Sender: roberts@nimrod.wpd.sgi.com
  8. Organization: Silicon Graphics, Inc.  Mountain View, CA
  9. Lines: 48
  10.  
  11. From the mail_bsd(1) man page:
  12.  
  13. Under commands:
  14.  
  15.      folder      (fo) The folder command switches to a new mail file or
  16.                  folder. With no arguments, it tells you which file you are
  17.                  currently reading.  If you give it an argument, it will write
  18.                  out changes (such as deletions) you have made in the current
  19.                  file and read in the new file. Some special conventions are
  20.                  recognized for the name.  @ means the current file in read-
  21.                  only mode, $ means the current file, in read/write mode if
  22.                  possible, # means the previous file, % means your system
  23.                  mailbox, %user means user's system mailbox, & means your
  24.                  ~/mbox file, and +folder means a file in your folder
  25.                   ^^^^^^^
  26.                  directory.
  27.  
  28.                  Issuing the command ``folder %'' while you are reading your
  29.                  system mailbox is a convenient way to incorporate new mail
  30.                  which has arrived during the session.
  31.  
  32.  
  33. Under options:
  34.  
  35.      folder      The name of the directory to use for storing folders of
  36.                  messages. If this name begins with a `/', Mail considers it
  37.                  to be an absolute pathname; otherwise, the folder directory
  38.                  is found relative to your home directory.
  39.  
  40.  
  41. In english...
  42.  
  43. If you want to save mail in the directory ~/Mailbox, add the following
  44. to your ~/.mailrc file:
  45.  
  46.     set folder=Mailbox
  47.  
  48. Now you can save as follows:
  49.  
  50.     s +test
  51.  
  52. and the current message will be saved to the file ~/Mailbox/test
  53.  
  54. The man page could be quite a bit clearer on this issue.  I'll have to
  55. rewrite it (again) one of these days.  Thanks for pointing it out.
  56.  
  57.     - Robert Stephens
  58.       Silicon Graphics Inc.
  59.