[evolution-patches] patch to support image/pjpeg



I'm getting sick of people complaining about this...

Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2761.2.32
diff -u -r1.2761.2.32 ChangeLog
--- ChangeLog	8 Oct 2003 16:06:08 -0000	1.2761.2.32
+++ ChangeLog	16 Oct 2003 15:51:53 -0000
@@ -1,3 +1,14 @@
+2003-10-16  Jeffrey Stedfast  <fejj ximian com>
+
+	* mail-format.c (setup_mime_tables): Add a handler for image/pjpeg
+	(which is not a registered MIME-type, but one that retarded
+	mailers such as Hotmail and Outlook seem to send out).
+
+2003-10-06  Jeffrey Stedfast  <fejj ximian com>
+
+	* mail-ops.c (fetch_mail_fetch): Always save the uid cache no
+	matter what.
+
 2003-10-08  Frederic Crozat  <fcrozat mandrakesoft com>
 
 	* mail-display.c: (pixbuf_gen_idle):
Index: mail-format.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/Attic/mail-format.c,v
retrieving revision 1.287.2.2
diff -u -r1.287.2.2 mail-format.c
--- mail-format.c	11 Sep 2003 20:36:30 -0000	1.287.2.2
+++ mail-format.c	16 Oct 2003 15:51:53 -0000
@@ -336,6 +336,10 @@
 			     handle_text_plain);
 	g_hash_table_insert (mime_function_table, "multipart/*",
 			     handle_multipart_mixed);
+	
+	/* MIME types that other clients (Outlook & Hotmail) have pulled out of their collective arses. */
+	g_hash_table_insert (mime_function_table, "image/pjpeg",
+			     handle_image);
 }
 
 static gboolean


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