aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-09 17:42:44 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-09 17:42:44 +0800
commit641af6c30611373af9f21ef795f5748dc15da547 (patch)
tree34f98077b3a528981f489633eda6bb02551abc71 /plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
parentb13110953ae87b310ba74f5731be38794332a5b2 (diff)
downloadgsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar.gz
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar.bz2
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar.lz
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar.xz
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.tar.zst
gsoc2013-evolution-641af6c30611373af9f21ef795f5748dc15da547.zip
** Cleanups from Lucky Wankhede
svn path=/trunk/; revision=33781
Diffstat (limited to 'plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml')
-rw-r--r--plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml7
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>