Previous | Next | Contents | Index |
Display the amount of unreclaimed message space in the current mail file.
SHOW DELETED
Command Qualifiers Defaults None. None.
None.
The
SHOW DELETED
command displays the amount of unreclaimed message space in the currently open mail file. If no mail file is currently open when the command is issued, the default mail file is opened. If the size of the space exceeds 32,767 bytes, then the nextPURGE
command or automatic wastebasket purge will reclaim the space. Alternatively, you may use thePURGE/RECLAIM
command to explicitly request that this space be reclaimed.
In the following example, the
PURGE/RECLAIM/STATISTICS
command is used to delete the messages from the wastebasket folder. The amount of deleted message space before and after the purge operation is displayed with theSHOW DELETED
command.
EMAIL> SHOW DELETED Mail file D1:[BOB]MAIL.MAI;1 contains 14125 deleted message bytes. EMAIL> PURGE/RECLAIM/STATISTICS %EMAIL-I-RECLPLSWAIT, reclaiming deleted file space. Please wait... Reclaim statistics: Messages deleted: 15 Data buckets scanned: 18 Data buckets reclaimed: 13 Index buckets reclaimed: 0 Total buckets reclaimed: 13 EMAIL> SHOW DELETED Mail file D1:[BOB]MAIL.MAI;1 contains 0 deleted message bytes. EMAIL>
Previous | Next | Contents | Index |