2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
19 lines
655 B
XML
19 lines
655 B
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.plugin.mailRemote"
|
|
location="@PLUGINDIR@/liborg-gnome-evolution-mail-remote@SOEXT@"
|
|
_name="Mail Remote">
|
|
<_description>A plugin which implements a CORBA
|
|
interface for accessing mail data remotely.</_description>
|
|
<author name="Michael Zucchi" email="notzed@novell.com"/>
|
|
|
|
<!-- hacky way to find out if the system has started up -->
|
|
<hook class="org.gnome.evolution.shell.events:1.0">
|
|
<event target="upgrade" id="upgrade.done" handle="org_gnome_evolution_mail_remote_startup"/>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|