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-cr18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/evolution/patches/patch-cr b/mail/evolution/patches/patch-cr
deleted file mode 100644
index a715e60634d..00000000000
--- a/mail/evolution/patches/patch-cr
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-cr,v 1.2 2010/02/19 22:52:21 roy Exp $
-
---- 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,