From 33be6d5da315a0abfd3fb4f74dccc9cc4a249f5e Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 9 Aug 2011 10:32:36 +0200 Subject: Bug #655669 - Can't save inline pictures embedded in HTML Mails --- mail/em-format-html.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format-html.h') diff --git a/mail/em-format-html.h b/mail/em-format-html.h index 68b5b438eb..7704cb640a 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -311,6 +311,8 @@ void em_format_html_set_headers_collapsable gchar * em_format_html_format_cert_infos (CamelCipherCertInfo *first_cinfo); +CamelStream * em_format_html_get_cached_image (EMFormatHTML *efh, + const gchar *image_uri); G_END_DECLS #endif /* EM_FORMAT_HTML_H */ -- cgit