Display
=======
Functions for displaying, removing and saving. In the descriptions
below, `the part' means the MIME part represented by the HANDLE
argument.
- Function: mm-display-part handle &optional no-default
Display the part. Return `nil' if the part is removed, `inline'
if it is displayed inline or `external' if it is displayed
externally. If NO-DEFAULT is non-`nil', the part is not displayed
unless the MIME type of HANDLE is defined to be displayed inline
or there is an display method defined for it; i.e. no default
external method will be used.
- Function: mm-remove-part handle
Remove the part if it has been displayed.
- Function: mm-inlinable-p handle
Return non-`nil' if the part can be displayed inline.
- Function: mm-automatic-display-p handle
Return non-`nil' if the user has requested automatic display of the
MIME type of the part.
- Function: mm-destroy-part handle
Free all the resources used by the part.
- Function: mm-save-part handle
Save the part to a file. The user is prompted for a file name to
use.
- Function: mm-pipe-part handle
Pipe the part through a shell command. The user is prompted for
the command to use.
- Function: mm-interactively-view-part handle
Prompt for a mailcap method to use to view the part and display it
externally using that method.