aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-component-factory.c')
-rw-r--r--mail/mail-component-factory.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mail-component-factory.c b/mail/mail-component-factory.c
index f0fafe58e1..cb0b10a6d0 100644
--- a/mail/mail-component-factory.c
+++ b/mail/mail-component-factory.c
@@ -40,6 +40,7 @@
#include "em-event.h"
#include "em-config.h"
#include "em-format-hook.h"
+#include "em-junk-hook.h"
#include "em-format-html-display.h"
#include "importers/mail-importer.h"
@@ -96,13 +97,15 @@ make_factory (PortableServer_POA poa, const char *iid, gpointer impl_ptr, CORBA_
e_plugin_hook_register_type(em_popup_hook_get_type());
e_plugin_hook_register_type(em_menu_hook_get_type());
e_plugin_hook_register_type(em_config_hook_get_type());
-
+
em_format_hook_register_type(em_format_get_type());
em_format_hook_register_type(em_format_html_get_type());
em_format_hook_register_type(em_format_html_display_get_type());
+ em_junk_hook_register_type(emj_get_type());
+
e_plugin_hook_register_type(em_format_hook_get_type());
-
e_plugin_hook_register_type(em_event_hook_get_type());
+ e_plugin_hook_register_type(em_junk_hook_get_type());
}
return bonobo_shlib_factory_std (FACTORY_ID, poa, impl_ptr, factory, NULL, ev);