diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-02-07 18:40:15 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-02-07 18:40:15 +0800 |
commit | a744dcdb0bfa90d730b173e3ffe818cd81506b9f (patch) | |
tree | c06df7a16b199542a97f7b5e855efdcaf7c284a0 /plugins | |
parent | 7c1f548f4d6a182a97ff7b83ec6bf0448cfb9245 (diff) | |
download | gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar.gz gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar.bz2 gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar.lz gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar.xz gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.tar.zst gsoc2013-evolution-a744dcdb0bfa90d730b173e3ffe818cd81506b9f.zip |
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #514736 (Added 'application/ms-tnef' MIME type for TNEF attachment decoding)
svn path=/trunk/; revision=34970
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/tnef-attachments/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog index d0b0826d00..040e788d7a 100644 --- a/plugins/tnef-attachments/ChangeLog +++ b/plugins/tnef-attachments/ChangeLog @@ -1,5 +1,12 @@ 2008-02-07 Paul Bolle <pebolle@tiscali.nl> + ** Fix for bug #514736 + + * org-gnome-tnef-attachments.eplug.xml: Added 'application/ms-tnef' + MIME type for TNEF attachment decoding. + +2008-02-07 Paul Bolle <pebolle@tiscali.nl> + ** Fix for bug #514771 * tnef-plugin.c: (saveVCalendar): Fixed a crasher while decoding diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml index a207077d6a..73f94fa2d6 100644 --- a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml +++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml @@ -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> |