aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-hook.c')
-rw-r--r--mail/em-format-hook.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-hook.c b/mail/em-format-hook.c
index 8aad0e7076..80d080bd35 100644
--- a/mail/em-format-hook.c
+++ b/mail/em-format-hook.c
@@ -199,6 +199,8 @@ emfh_construct(EPluginHook *eph, EPlugin *ep, xmlNodePtr root)
eph->plugin = ep;
+ /* Load the plugin as it does a few thing in the formatter thread. */
+ ((EPluginClass *)G_OBJECT_GET_CLASS(ep))->enable (ep, 1);
return 0;
}