diff options
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index 1efd7d0be6..7ded2e82f9 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -291,6 +291,12 @@ EMFormatHTMLJob * gpointer data); void em_format_html_job_queue (EMFormatHTML *efh, EMFormatHTMLJob *job); +void em_format_html_clone_sync (CamelFolder *folder, + const gchar *message_uid, + CamelMimeMessage *message, + EMFormatHTML *efh, + EMFormat *source); + gboolean em_format_html_get_show_real_date (EMFormatHTML *efh); void em_format_html_set_show_real_date |