summaryrefslogtreecommitdiff
path: root/databases/evolution-data-server/files/patch-camel-groupwise-folder.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--databases/evolution-data-server/files/patch-camel-groupwise-folder.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/databases/evolution-data-server/files/patch-camel-groupwise-folder.c b/databases/evolution-data-server/files/patch-camel-groupwise-folder.c
deleted file mode 100644
index 52e4ec88d080..000000000000
--- a/databases/evolution-data-server/files/patch-camel-groupwise-folder.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- camel/providers/groupwise/camel-groupwise-folder.c.orig Mon Oct 3 14:10:05 2005
-+++ camel/providers/groupwise/camel-groupwise-folder.c Thu Nov 10 05:26:17 2005
-@@ -1032,9 +1032,9 @@
- char *temp_date = NULL;
- const char *id;
- GSList *recp_list = NULL;
-- status_flags = 0;
- CamelStream *cache_stream;
- CamelMimeMessage *mail_msg = NULL;
-+ status_flags = 0;
-
- id = e_gw_item_get_id (temp_item);
-
-@@ -1768,6 +1768,7 @@
- const char *old_uid = (const char*)uids->pdata[index];
- char **tmp;
- guint32 temp_flags = 0;
-+ CamelGroupwiseMessageInfo *dest_info;
- CamelGroupwiseMessageInfo *src_info = (CamelGroupwiseMessageInfo *)camel_folder_summary_uid (source->summary, (const char*)uids->pdata[index]);
-
- /* we don't want to blindly copy the info: reset some flags not suitable for destination*/
-@@ -1776,7 +1777,7 @@
- else if (!strcmp(destination->full_name, JUNK_FOLDER))
- camel_folder_set_message_flags (source, old_uid, CAMEL_MESSAGE_JUNK, CAMEL_GW_MESSAGE_JUNK);
-
-- CamelGroupwiseMessageInfo *dest_info = (CamelGroupwiseMessageInfo *)camel_message_info_clone((CamelMessageInfo *)src_info);
-+ dest_info = (CamelGroupwiseMessageInfo *)camel_message_info_clone((CamelMessageInfo *)src_info);
- tmp = g_strsplit (old_uid, ":", -1);
- dest_info->info.uid = g_strdup_printf ("%s:%s",tmp[0], dest_container_id);
- temp_flags = camel_folder_get_message_flags (source, (const char *)uids->pdata[index]);