Previous | Next | Contents | Index |
Controls whether or not you are prompted before a message part of type image is displayed.
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 IMAGE_PROMPT
SET NOIMAGE_PROMPT
SHOW IMAGE_PROMPT
Qualifiers Defaults /ALL /NOALL /LOG /NOLOG /UIC="[g,m]" None /USER=username None
None.
The
SET
andSHOW IMAGE_PROMPT
commands control whether or not you are prompted before any message part of type image is displayed. The prompt asks you whether or not the part should be displayed. If you answer in the affirmative, then it will be displayed; otherwise, it will be skipped and the remainder of the message, if any, presented.By default, image parts are displayed without your prior approval. To require that you be prompted beforehand, issue the
SET IMAGE_PROMPT
command:
To restore the default behavior, use the
EMAIL> SET IMAGE_PROMPT EMAIL> SHOW IMAGE_PROMPT Image display prompting is enabled. EMAIL>SET NOIMAGE_PROMPT
command:
EMAIL> SET NOIMAGE_PROMPT EMAIL> SHOW IMAGE_PROMPT Image display prompting is disabled. EMAIL>
Previous | Next | Contents | Index |