evolution r34970 - trunk/plugins/tnef-attachments



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  <pebolle tiscali nl>: 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>



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