Name

em_format_is_inline —

Synopsis

int em_format_is_inline (emf,  
 partid,  
 part,  
 handle); 
EMFormat *  emf;
const char *  partid;
CamelMimePart *  part;
const EMFormatHandler *  handle;

Arguments

emf

partid

format->part_id part id of this part.

part

handle

handler for this part

Description

Returns true if the part should be displayed inline. Any part with a Content-Disposition of inline, or if the handle has a default inline set, will be shown inline.

set_inline called on the same part will override any calculated value.

Return value