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
24 lines
820 B
XML
24 lines
820 B
XML
<?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>
|
|
|