diff options
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r-- | mail/em-format-html.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h index a76ae9cfb7..9d96c4056c 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -278,6 +278,9 @@ EMFormatHTMLJob * gpointer data); void em_format_html_job_queue (EMFormatHTML *efh, EMFormatHTMLJob *job); +gboolean em_format_html_get_show_real_date(EMFormatHTML *efh); +void em_format_html_set_show_real_date(EMFormatHTML *efh, + gboolean show_real_date); G_END_DECLS |