summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-14 23:41:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-14 23:41:22 +0800
commit007a060e59246a8cef534df3f52712f3282fa1f7 (patch)
tree29cb01548990fe845bd197dee9b47166d6c4c834
parent6d179b4c94c1f3ae46d830bfb802449e28fe8b00 (diff)
downloadmarcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar.gz
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar.bz2
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar.lz
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar.xz
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.tar.zst
marcuscom-ports-007a060e59246a8cef534df3f52712f3282fa1f7.zip
Remove two patches I meant to kill in 2.23.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10952 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c10
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c19
2 files changed, 0 insertions, 29 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c
deleted file mode 100644
index e00b57db0..000000000
--- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-specials.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- camel/providers/imap4/camel-imap4-specials.c.orig Thu May 17 18:11:10 2007
-+++ camel/providers/imap4/camel-imap4-specials.c Thu May 17 18:11:17 2007
-@@ -22,6 +22,7 @@
- #include <config.h>
- #endif
-
-+#include <glib.h>
- #include <string.h>
-
- #include "camel-imap4-specials.h"
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c b/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c
deleted file mode 100644
index 55db1a65d..000000000
--- a/databases/evolution-data-server/files/patch-camel_providers_imap4_camel-imap4-summary.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- camel/providers/imap4/camel-imap4-summary.c.orig Mon May 7 01:01:31 2007
-+++ camel/providers/imap4/camel-imap4-summary.c Mon May 7 01:05:32 2007
-@@ -1148,6 +1148,7 @@ static CamelIMAP4Command *
- imap4_summary_fetch_flags (CamelFolderSummary *summary)
- {
- CamelFolder *folder = summary->folder;
-+ CamelIMAP4Summary *imap4_summary = (CamelIMAP4Summary *) summary;
- struct imap4_fetch_all_t *fetch;
- CamelMessageInfo *info[2];
- CamelIMAP4Engine *engine;
-@@ -1479,7 +1480,7 @@ camel_imap4_summary_flush_updates (Camel
- }
- } else {
- /* need to fetch new envelopes */
-- first = scount + 1;
-+ seqid = scount + 1;
- }
-
- if (seqid != 0 && seqid <= imap4_summary->exists) {