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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml index 1315f25e2f..de1a556591 100644 --- a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml +++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml @@ -6,19 +6,18 @@ location="+PLUGIN_INSTALL_DIR+/liborg-gnome-tnef-attachments.so" domain="+GETTEXT_PACKAGE+" localedir="+LOCALEDIR+" - _name="yTNEF decoder"> + _name="TNEF Attachment 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"/> + format="org_gnome_format_tnef"/> </group> <group id="EMFormatHTMLDisplay"> <item flags="inline_disposition" mime_type="application/vnd.ms-tnef" - format="org_gnome_notzed_format_tnef"/> + format="org_gnome_format_tnef"/> </group> </hook> </e-plugin> |