aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-junk-hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-junk-hook.c')
-rw-r--r--mail/em-junk-hook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-junk-hook.c b/mail/em-junk-hook.c
index af61459f4d..b02bc4cb59 100644
--- a/mail/em-junk-hook.c
+++ b/mail/em-junk-hook.c
@@ -249,8 +249,8 @@ emjh_construct(EPluginHook *eph, EPlugin *ep, xmlNodePtr root)
if (((EPluginHookClass *)emjh_parent_class)->construct(eph, ep, root) == -1)
return -1;
- if (loaded) {
- g_warning ("Can't load multiple plugins to this hook:ignored");
+ if (!ep->enabled || loaded) {
+ g_warning ("ignored this junk plugin: not enabled or we have already loaded one");
return -1;
}