2005-08-02 Not Zed <NotZed@Ximian.com> * org-gnome-evolution-mail-remote.eplug.xml: How strange, this was never added, but nobody noticed till now. svn path=/trunk/; revision=29948
19 lines
651 B
XML
19 lines
651 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.so"
|
|
_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>
|