aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html.h')
-rw-r--r--mail/em-format-html.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/em-format-html.h b/mail/em-format-html.h
index 5e48c8c671..4a981cd792 100644
--- a/mail/em-format-html.h
+++ b/mail/em-format-html.h
@@ -106,7 +106,8 @@ struct _EMFormatHTML {
EDList pending_object_list;
- struct _CamelCipherValidity *enveloped_validity;
+ struct _CamelCipherValidity *valid;
+ struct _CamelCipherValidity *valid_parent;
GSList *headers;
@@ -154,7 +155,4 @@ EMFormatHTMLJob *em_format_html_job_new(EMFormatHTML *emfh, void (*callback)(str
;
void em_format_html_job_queue(EMFormatHTML *emfh, struct _EMFormatHTMLJob *job);
-/* outputs a signature test */
-void em_format_html_multipart_signed_sign(EMFormat *emf, struct _CamelStream *stream, struct _CamelMimePart *part);
-
#endif /* ! EM_FORMAT_HTML_H */