From 9c86f9ed9878a21a7a29d42b33347ebc643bd3fd Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Wed, 6 Jul 2005 04:54:32 +0000 Subject: moved to plugins/sa-junk-plugin updated to removed/add these files. assign 2005-07-06 Vivek Jain * em-junk-filter.c : moved to plugins/sa-junk-plugin * Makefile.am :updated to removed/add these files. * mail-session.c: (mail_session_init): assign NULL to junk_plugin, remove included file "em-junk-filter.h" * mail-component-factory.c : (make_factory) register type for EMJunkHook svn path=/trunk/; revision=29643 --- mail/mail-session.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail/mail-session.c') diff --git a/mail/mail-session.c b/mail/mail-session.c index 86961c019f..7328581a89 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -54,7 +54,6 @@ #include "mail-ops.h" #include #include "libedataserver/e-msgport.h" -#include "em-junk-filter.h" #include "e-util/e-error.h" #define d(x) @@ -653,9 +652,7 @@ mail_session_init (const char *base_directory) session_check_junk_notify_id = gconf_client_notify_add (gconf, "/apps/evolution/mail/junk", (GConfClientNotifyFunc) mail_session_check_junk_notify, session, NULL, NULL); - session->junk_plugin = CAMEL_JUNK_PLUGIN (em_junk_filter_get_plugin ()); - if (session->junk_plugin) - camel_junk_plugin_init (session->junk_plugin); + session->junk_plugin = NULL; /* The shell will tell us to go online. */ camel_session_set_online ((CamelSession *) session, FALSE); -- cgit v1.2.3