Author: msuman
Date: Thu Feb 7 10:40:15 2008
New Revision: 34970
URL: http://svn.gnome.org/viewvc/evolution?rev=34970&view=rev
Log:
Patch from Paul Bolle <[EMAIL PROTECTED]>: Fix for bug #514736 (Added
'application/ms-tnef' MIME type for TNEF attachment decoding)
Modified:
trunk/plugins/tnef-attachments/ChangeLog
trunk/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
Modified: trunk/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
==============================================================================
--- trunk/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
(original)
+++ trunk/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml Thu Feb
7 10:40:15 2008
@@ -12,10 +12,14 @@
<group id="EMFormatHTML">
<item flags="inline_disposition" mime_type="application/vnd.ms-tnef"
format="org_gnome_format_tnef"/>
+ <item flags="inline_disposition" mime_type="application/ms-tnef"
+ format="org_gnome_format_tnef"/>
</group>
<group id="EMFormatHTMLDisplay">
<item flags="inline_disposition" mime_type="application/vnd.ms-tnef"
format="org_gnome_format_tnef"/>
+ <item flags="inline_disposition" mime_type="application/ms-tnef"
+ format="org_gnome_format_tnef"/>
</group>
</hook>
</e-plugin>
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.