Controls whether or not your wastebasket folder is purged when you exit PMDF MAIL.
Requires SYSPRV privilege to set information for users other than yourself; requires SYSPRV or SYSNAM privilege to show information about users other than yourself.
SET AUTO_PURGE
SET NOAUTO_PURGE
SHOW AUTO_PURGE
Qualifiers Defaults /LOG /NOLOG /UIC="[g,m]" None /USER=username None
None.
When you exit PMDF MAIL with the EXIT command while your default mail file is open, your wastbasket folder will be purged. You can prevent this from occurring by instead using the QUIT command, or by issuing a SET NOAUTO_PURGE command. The benefit to using the SET NOAUTO_PURGE command is that you only need to use that command once --- the setting will be remembered.
EMAIL> SET NOAUTO_PURGE EMAIL> SHOW AUTO_PURGE Automatic deleted message purge is disabled.Use the SET AUTO_PURGE command to restore the default behavior.