diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-02 10:22:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-02 10:22:59 +0800 |
commit | 4fbcddb3957b4c3fff2c61ea854f67d843b00b79 (patch) | |
tree | db8d0a3d705a0308ccf82a5b11419b2177ae72c7 | |
parent | 4f6d30b8c89769c21b6a5a74f86e5a7b74d47c24 (diff) | |
download | gsoc2013-evolution-4fbcddb3957b4c3fff2c61ea854f67d843b00b79.tar.gz 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
-rw-r--r-- | plugins/mail-remote/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mail-remote/org-gnome-evolution-mail-remote.eplug.xml | 18 |
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> |