aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-mailer/default-mailer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/default-mailer/default-mailer.c')
-rw-r--r--plugins/default-mailer/default-mailer.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/default-mailer/default-mailer.c b/plugins/default-mailer/default-mailer.c
index 93c100631b..47be2d5e85 100644
--- a/plugins/default-mailer/default-mailer.c
+++ b/plugins/default-mailer/default-mailer.c
@@ -35,6 +35,13 @@
#define EVOLUTION_MAILTO_COMMAND "evolution --component=mail %s"
void org_gnome_default_mailer_check_default (EPlugin *ep, ESEventTargetUpgrade *target);
+gint e_plugin_lib_enable (EPlugin *ep, gint enable);
+
+gint
+e_plugin_lib_enable (EPlugin *ep, gint enable)
+{
+ return 0;
+}
static gboolean
evolution_is_default_mailer (const gchar *mailto_command)