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 04:06:54 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-07-09 04:06:54 +0800
commit301528d84bf582d956c0e9b768e4f60259f0cf88 (patch)
tree805da1fd93810067b918d8467f4b753cf9c68180 /plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
parent3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (diff)
downloadgsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.gz
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.bz2
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.lz
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.xz
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.zst
gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.zip
Commit for tnef attachment and attachment reminder
svn path=/trunk/; revision=33769
Diffstat (limited to 'plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml')
-rw-r--r--plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml25
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>