summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/files
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-29 11:13:54 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-29 11:13:54 +0800
commitfa5fb97b85649c0d734f32d120050f168ef64d28 (patch)
treee525a01ff4345e80e282d5aee01b9a1015e5a40f /databases/evolution-data-server/files
parent2624720227d8f3377a24ed119803f22c35620265 (diff)
downloadmarcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar.gz
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar.bz2
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar.lz
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar.xz
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.tar.zst
marcuscom-ports-fa5fb97b85649c0d734f32d120050f168ef64d28.zip
Fix build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3964 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r--databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-folder.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-folder.c b/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-folder.c
new file mode 100644
index 000000000..4e1e60e5a
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-camel_providers_groupwise_camel-groupwise-folder.c
@@ -0,0 +1,18 @@
+--- camel/providers/groupwise/camel-groupwise-folder.c.orig Thu Apr 28 23:03:18 2005
++++ camel/providers/groupwise/camel-groupwise-folder.c Thu Apr 28 23:06:04 2005
+@@ -99,6 +99,7 @@ groupwise_folder_get_message( CamelFolde
+ char *dtstring = NULL;
+ CamelStream *stream, *cache_stream;
+ CamelMultipart *multipart ;
++ CamelMimePart *part ;
+ int errno;
+ struct _camel_header_address *ha;
+ char *subs_email;
+@@ -304,7 +305,6 @@ groupwise_folder_get_message( CamelFolde
+ /*Content and content-type*/
+
+ body = g_strdup(e_gw_item_get_message(item));
+- CamelMimePart *part ;
+ part = camel_mime_part_new () ;
+ camel_multipart_set_boundary (multipart, NULL);
+ camel_mime_part_set_encoding(part, CAMEL_TRANSFER_ENCODING_8BIT);