home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOP.DIR / move.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.3 KB  |  28 lines

  1. MOVE  -  copy messages into another mail file, and delete in this one
  2.  
  3. Usage:  MOVE [/type] filename [message-sequence]
  4.   Unless specified, /type is "/mbox" and message-sequence is "current".
  5.  
  6. The MOVE command copies messages to another mail file, and marks them as 
  7.   deleted in the current mail file (compare to COPY).  
  8.  
  9. If the mail file named exists, MOVE adds copies of the messages to the end 
  10.   of the file.  If the mail file does not exist, MOVE creates it, unless
  11.   the variable auto-create-files is set to NO.  If a directory is not 
  12.   specified with the filename, MOVE assumes the MAIL-DIRECTORY, which by 
  13.   default is your home directory.
  14.  
  15. If a type is not specified, /mbox is used for new files and the existing
  16.   type is retained for existing files.  Use the type /mbox unless you also 
  17.   use another mail system that needs another format.  /babyl and /mtxt 
  18.   are the other types. 
  19.   
  20. Examples:               
  21.     MM>move oldmail                #moves the current message
  22.     MM>move oldmail 1,3:6          #specifying messages by number
  23.     MM>move fred.mail from fred    #specifying messages from fred
  24.  
  25. For more help type "help" and one of these topics:
  26.   message-sequence   get   examine   copy   headers   filing   expunge
  27.   set auto-create-files   set default-mail-type   set mail-directory
  28.