home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031017.tar.gz / mm-ccmd-0.91-20031017.tar / work / mm / help / VARS.DIR / saved-messages-file.HLP < prev    next >
Text File  |  1990-12-18  |  886b  |  22 lines

  1. SET SAVED-MESSAGES-FILE filename  -  define a file for copies of all mail
  2. Usually:                /dev/null
  3.  
  4. The SAVED-MESSAGES-FILE variable defines a file to receive copies of all 
  5.   your outgoing messages. 
  6.  
  7. If the file named does not exist, it will be created.  The directory is
  8.   assumed to be the MAIL-DIRECTORY (usually your home directory).  You
  9.   can specify another directory, but that directory must already exist
  10.   and you must give a full path or a path from ~, your home directory.
  11.  
  12. To have no saved-messages-file, use the special filename /dev/null,
  13.   which is the standard empty file.
  14.  
  15. SET DEFAULT-FCC-FILE can do the same thing, but note the different 
  16.   assumptions about directories.
  17.  
  18. For more help, type "help" and one of the following:
  19. (at any prompt:)  save-init   set   show   set default-fcc-list
  20.                   set mail-directory
  21. (at the Send> prompt:)  fcc
  22.