diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-09 16:32:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-09 16:32:36 +0800 |
commit | 33be6d5da315a0abfd3fb4f74dccc9cc4a249f5e (patch) | |
tree | 202750515293b2c08c08f08b6d8ba257abd9a1e2 /mail/em-format-html.h | |
parent | 0d4cdfbc9cd14569a3d4c8b75e54e74acca04033 (diff) | |
download | gsoc2013-evolution-33be6d5da315a0abfd3fb4f74dccc9cc4a249f5e.tar.gz gsoc2013-evolution-33be6d5da315a0abfd3fb4f74dccc9cc4a249f5e.tar.zst gsoc2013-evolution-33be6d5da315a0abfd3fb4f74dccc9cc4a249f5e.zip |
Bug #655669 - Can't save inline pictures embedded in HTML Mails
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |