diff options
author | Matthew W. S. Bell <matthew@bells23.org.uk> | 2009-12-17 03:19:58 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-12-17 03:19:58 +0800 |
commit | a4def5c093033ffe2fd645624235afaea8720f91 (patch) | |
tree | b528a9c46d8bd7e0e78d791dddc7d31171da49d8 /mail/em-format-html.h | |
parent | f65f8935bce5538d490d872e9838874c83717953 (diff) | |
download | gsoc2013-evolution-a4def5c093033ffe2fd645624235afaea8720f91.tar.gz gsoc2013-evolution-a4def5c093033ffe2fd645624235afaea8720f91.tar.zst gsoc2013-evolution-a4def5c093033ffe2fd645624235afaea8720f91.zip |
Bug #553057 - Show signer's information in a message window/preview
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 */ |