[evolution-patches] mail, 46674, i18n issues with remote parts



Simple fix, i thought i mailed this patch out yesterday but it must've
gone missing.

 Z

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.1836.2.10
diff -u -3 -r1.1836.2.10 ChangeLog
--- ChangeLog	19 Aug 2003 17:53:28 -0000	1.1836.2.10
+++ ChangeLog	29 Aug 2003 19:13:57 -0000
@@ -1,3 +1,11 @@
+2003-08-29  Not Zed  <NotZed Ximian com>
+
+	** See bug #46674.
+
+	* providers/imap/camel-imap-wrapper.c (camel_imap_wrapper_init):
+	Default the part to non-rawtext.  Since we do charset foo in a
+	stream we can't determine if the charset foo wont work.
+
 2003-08-19  Suresh Chandrasekharan <suresh chandrasekharan sun com>
 	
 	* camel-iconv.c: Fix for #46168 'some additional locale aliases
Index: providers/imap/camel-imap-wrapper.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-wrapper.c,v
retrieving revision 1.8
diff -u -3 -r1.8 camel-imap-wrapper.c
--- providers/imap/camel-imap-wrapper.c	17 Dec 2001 02:51:00 -0000	1.8
+++ providers/imap/camel-imap-wrapper.c	29 Aug 2003 19:13:57 -0000
@@ -84,6 +84,7 @@
 #ifdef ENABLE_THREADS
 	imap_wrapper->priv->lock = g_mutex_new ();
 #endif
+	((CamelDataWrapper *)imap_wrapper)->rawtext = FALSE;
 }
 
 CamelType


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]