Home
last modified time | relevance | path

Searched refs:html_with_images (Results 1 – 1 of 1) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/composer/
H A De-msg-composer.c1611 CamelMultipart *html_with_images; in composer_build_message() local
1613 html_with_images = camel_multipart_new (); in composer_build_message()
1615 CAMEL_DATA_WRAPPER (html_with_images), in composer_build_message()
1618 camel_multipart_set_boundary (html_with_images, NULL); in composer_build_message()
1624 camel_multipart_add_part (html_with_images, part); in composer_build_message()
1632 camel_multipart_add_part (html_with_images, g_object_ref (part)); in composer_build_message()
1636 CAMEL_DATA_WRAPPER (html_with_images); in composer_build_message()