diff options
Diffstat (limited to 'plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml')
-rw-r--r-- | plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml new file mode 100644 index 0000000000..1315f25e2f --- /dev/null +++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<e-plugin-list> + <e-plugin + type="shlib" + id="org.gnome.evolution.mail.tnefattachments" + location="+PLUGIN_INSTALL_DIR+/liborg-gnome-tnef-attachments.so" + domain="+GETTEXT_PACKAGE+" + localedir="+LOCALEDIR+" + _name="yTNEF decoder"> + <_description>A simple plugin which uses ytnef to decode tnef attachments.</_description> + <author name="Lucky Wankhede" email="wlakke@novell.com"/> + <author name="Michael Zucchi" email="notzed@ximian.com"/> + + <hook class="org.gnome.evolution.mail.format:1.0"> + <group id="EMFormatHTML"> + <item flags="inline_disposition" mime_type="application/vnd.ms-tnef" + format="org_gnome_notzed_format_tnef"/> + </group> + <group id="EMFormatHTMLDisplay"> + <item flags="inline_disposition" mime_type="application/vnd.ms-tnef" + format="org_gnome_notzed_format_tnef"/> + </group> + </hook> + </e-plugin> +</e-plugin-list> |