summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-cr
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution/patches/patch-cr')
-rw-r--r--mail/evolution/patches/patch-cr16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/evolution/patches/patch-cr b/mail/evolution/patches/patch-cr
new file mode 100644
index 00000000000..141f856877c
--- /dev/null
+++ b/mail/evolution/patches/patch-cr
@@ -0,0 +1,16 @@
+--- plugins/mark-all-read/mark-all-read.c 2010-02-19 08:21:55.000000000 +0000
++++ plugins/mark-all-read/mark-all-read.c 2010-02-19 10:23:03.000000000 +0000
+@@ -44,6 +44,13 @@
+ void org_gnome_mark_all_read (EPlugin *ep, EMPopupTargetFolder *target);
+ static void mar_got_folder (gchar *uri, CamelFolder *folder, gpointer data);
+ static void mar_all_sub_folders (CamelStore *store, CamelFolderInfo *fi, CamelException *ex);
++gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
++
++gint
++e_plugin_lib_enable (EPluginLib *ep, gint enable)
++{
++ return 0;
++}
+
+ static void
+ button_clicked_cb (GtkButton *button,