From 8747a6919fbd4e318cceb8638f01d6f37e2d82f1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 30 Oct 2003 05:03:28 +0000 Subject: show application/x-pkcs7-mime inline always by default. 2003-10-30 Not Zed * em-format.c (em_format_is_inline): show application/x-pkcs7-mime inline always by default. 2003-10-30 Not Zed * em-format.c (emf_multipart_signed): handle application/x-pkcs7-signature. 2003-10-29 Not Zed * em-format-html.c (em_format_html_multipart_signed_sign): handle application/x-pkcs7-signature. * em-format.c (emf_application_xpkcs7mime): Handle application/x-pkcs7-mime. svn path=/trunk/; revision=23129 --- mail/mail-component.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/mail-component.c') diff --git a/mail/mail-component.c b/mail/mail-component.c index b278ecd46e..62f9489229 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -195,6 +195,19 @@ add_storage (MailComponent *component, g_signal_connect(storage, "async_open_folder", G_CALLBACK (storage_async_open_folder_callback), store); +#if 0 /* Some private test code - zed */ + { + static void *model; + + if (model == NULL) { + model = em_store_model_new(); + em_store_model_view_new(model); + } + + em_store_model_add_store(model, store); + } +#endif + #if 0 /* EPFIXME these are not needed anymore. */ g_signal_connect(storage, "create_folder", G_CALLBACK(storage_create_folder), store); -- cgit v1.2.3