aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-08-02 10:22:59 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-08-02 10:22:59 +0800
commit4fbcddb3957b4c3fff2c61ea854f67d843b00b79 (patch)
treedb8d0a3d705a0308ccf82a5b11419b2177ae72c7 /plugins
parent4f6d30b8c89769c21b6a5a74f86e5a7b74d47c24 (diff)
downloadgsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.gz
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.bz2
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.lz
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.xz
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.zst
gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.zip
How strange, this was never added, but nobody noticed till now.
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mail-remote/ChangeLog5
-rw-r--r--plugins/mail-remote/org-gnome-evolution-mail-remote.eplug.xml18
2 files changed, 23 insertions, 0 deletions
diff --git a/plugins/mail-remote/ChangeLog b/plugins/mail-remote/ChangeLog
index c47b53a862..de7ef43631 100644
--- a/plugins/mail-remote/ChangeLog
+++ b/plugins/mail-remote/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2005-06-02 Not Zed <NotZed@Ximian.com>
* Evolution.idl: seutp an idl file so we only need to generate one
diff --git a/plugins/mail-remote/org-gnome-evolution-mail-remote.eplug.xml b/plugins/mail-remote/org-gnome-evolution-mail-remote.eplug.xml
new file mode 100644
index 0000000000..d26d9e6160
--- /dev/null
+++ b/plugins/mail-remote/org-gnome-evolution-mail-remote.eplug.xml
@@ -0,0 +1,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>