summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-ck
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/patches/patch-ck')
-rw-r--r--mail/evolution/patches/patch-ck17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-ck b/mail/evolution/patches/patch-ck
new file mode 100644
index 00000000000..956a49ff55e
--- /dev/null
+++ b/mail/evolution/patches/patch-ck
@@ -0,0 +1,17 @@
+--- plugins/folder-unsubscribe/folder-unsubscribe.c 2010-02-19 08:21:55.000000000 +0000
++++ plugins/folder-unsubscribe/folder-unsubscribe.c 2010-02-19 10:11:06.000000000 +0000
+@@ -46,6 +46,14 @@
+ gchar *uri;
+ };
+
++gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
++
++gint
++e_plugin_lib_enable (EPluginLib *ep, gint enable)
++{
++ return 0;
++}
++
+ static gchar *
+ folder_unsubscribe_desc (struct _folder_unsub_t *msg)
+ {