blob: d26d9e6160fe5585160a02577ce2cc48ebaf87a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>
|