diff options
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 9d96c4056c..bac45d8ecc 100644 --- a/mail/em-format-html.h +++ b/mail/em-format-html.h @@ -282,6 +282,8 @@ gboolean em_format_html_get_show_real_date(EMFormatHTML *efh); void em_format_html_set_show_real_date(EMFormatHTML *efh, gboolean show_real_date); +gchar * em_format_html_format_cert_infos (CamelCipherCertInfo *first_cinfo); + G_END_DECLS #endif /* EM_FORMAT_HTML_H */ |