From 2f99f8636abd7efc68bfa5de1591c594e9f532eb Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 24 Nov 2003 22:35:33 +0000 Subject: set session on print formatter for signatures to work. 2003-11-25 Not Zed * em-folder-view.c (em_folder_view_print): set session on print formatter for signatures to work. * em-message-browser.c (emmb_destroy): kill warning. * em-format-html.c (efh_output_secure): same as efhd_output_secure, output the security bar, but for printing/plain html. (efh_application_xpkcs7mime): use output_secure. (em_format_html_multipart_signed_sign): removed, output_secure does what this did. * em-format-html-display.c (smime_sign_table, smime_encrypt_table): Added a short description for the mail display. (efhd_xpkcs7mime_button): only good/bad signature at this point, if only encrypted, then display 'bad' icon. (efhd_output_secure): output the security bar/button and handle multi-level enveloping properly. (efhd_application_xpkcs7mime): just call output_secure to do the security bar. (efhd_multipart_signed): same. (efhd_signature_button): removed, no longer used. (efhd_signature_check): removed, no longer used. svn path=/trunk/; revision=23483 --- mail/em-folder-view.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-folder-view.c') diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index ffece26fac..602993e8f9 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -1597,6 +1597,7 @@ int em_folder_view_print(EMFolderView *emfv, int preview) } print = em_format_html_print_new(); + em_format_set_session((EMFormat *)print, ((EMFormat *)emfv->preview)->session); res = em_format_html_print_print(print, msg, (EMFormatHTML *)emfv->preview, config, preview); g_object_unref(print); if (config) -- cgit v1.2.3