diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-11-05 21:53:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-11-05 21:53:05 +0800 |
commit | c79efd6590bfabecd3a31c2a30d1ddb9a55349e4 (patch) | |
tree | 0eed30a3489a4689428a590d5759d44a0f81fd76 /mail/em-format-html.h | |
parent | df1f9b3b33de886c5b9a63b0ee6e722bfea4b2e0 (diff) | |
download | gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.tar.gz gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.tar.zst gsoc2013-evolution-c79efd6590bfabecd3a31c2a30d1ddb9a55349e4.zip |
Bug #597582 - Original Date: header should be given precedence
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 |