aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/org-gnome-pst-import.eplug.xml
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2009-01-15 22:38:05 +0800
committerBharath Acharya <abharath@src.gnome.org>2009-01-15 22:38:05 +0800
commit8772855cc43886feadea096de92fc378330a14b4 (patch)
tree89d54d17b97fb55da62ab73b79bfabc34a564486 /plugins/pst-import/org-gnome-pst-import.eplug.xml
parentda073416c7611f821410cd18bdc5751b43b64d91 (diff)
downloadgsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.gz
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.bz2
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.lz
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.xz
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.tar.zst
gsoc2013-evolution-8772855cc43886feadea096de92fc378330a14b4.zip
** Fix for bug #208426
2009-01-15 Bharath Acharya <abharath@novell.com> ** Fix for bug #208426 * configure.in: Added support for importing .pst files into Evolution. svn path=/trunk/; revision=37078
Diffstat (limited to 'plugins/pst-import/org-gnome-pst-import.eplug.xml')
-rw-r--r--plugins/pst-import/org-gnome-pst-import.eplug.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/pst-import/org-gnome-pst-import.eplug.xml b/plugins/pst-import/org-gnome-pst-import.eplug.xml
new file mode 100644
index 0000000000..fde4061085
--- /dev/null
+++ b/plugins/pst-import/org-gnome-pst-import.eplug.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<e-plugin-list>
+ <e-plugin
+ id="org.gnome.evolution.plugin.pst.import"
+ type="shlib"
+ location="@PLUGINDIR@/liborg-gnome-pst-import@SOEXT@"
+ _name="Outlook PST import">
+ <_description>Import Outlook messages from PST file</_description>
+ <author name="Bharath Acharya" email="abharath@novell.com"/>
+ <author name="Chris Halls" email="chris.halls@credativ.co.uk"/>
+ <hook class="org.gnome.evolution.import:1.0">
+ <importer
+ target="uri"
+ _name = "Outlook personal folders (.pst)"
+ supported="org_credativ_evolution_readpst_supported"
+ get-widget="org_credativ_evolution_readpst_getwidget"
+ import="org_credativ_evolution_readpst_import"
+ cancel="org_credativ_evolution_readpst_cancel">
+ </importer>
+ </hook>
+ </e-plugin>
+</e-plugin-list>
+