Previous | Next | Contents | Index |
Use the following commands to create and manipulate mail folders:
COPY folder-name
Place a copy of the current message into the specified folder, folder-name. If the folder does not exist, you will be prompted for confirmation before it is created. In the example below, the message currently being read is copied to the folder MEMOS:
In the next example, the /MESSAGES qualifier is used to copy messages 1 through 5 to the MEMOS folder:
EMAIL> COPY MEMOS Folder MEMOS does not exist. Do you want to create it (Y/N, default is N)? Y %EMAIL-I-NEWFOLDER, folder MEMOS created EMAIL>
An optional mail file name can also be specified following the folder name.
EMAIL> COPY/MESSAGES=1-5 MEMOS EMAIL>MOVE folder-name
Move the current message to the specified folder. If the folder does not exist, you will be prompted for confirmation before it is created. In the example below, the message currently being read is moved to the JOKES folder:
An optional mail file name can also be specified following the folder name.
EMAIL> MOVE JOKES EMAIL>
To select a different mail file to work in, use the SET FILE command. The SHOW FILE command can be used to display the current mail file. Note that when you select a different mail file with the SET FILE command, the WASTEBASKET folder of the current mail file will be purged.
Previous | Next | Contents | Index |