Previous | Next | Contents | Index |
Controls whether or not you are prompted before a message part of type audio is played.
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 AUDIO_PROMPT
SET NOAUDIO_PROMPT
SHOW AUDIO_PROMPT
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
None.
The
SET
andSHOW AUDIO_PROMPT
commands control whether or not you are prompted before any message part of type audio is played. If you answer in the affirmative, then it will be played; otherwise, it will be skipped and the remainder of the message, if any, presented.By default, audio parts are only played after first prompting you for permission to do so. If you wish to bypass this prompting and always play audio parts, issue the
SET NOAUDIO_PROMPT
command:
To restore the default behavior, use the
EMAIL> SET NOAUDIO_PROMPT EMAIL> SHOW AUDIO_PROMPT Audio playback prompting is disabled. EMAIL>SET AUDIO_PROMPT
command:
EMAIL> SET AUDIO_PROMPT EMAIL> SHOW AUDIO_PROMPT Audio playback prompting is enabled. EMAIL>
Previous | Next | Contents | Index |