Files
evolution/plugins/proxy/org-gnome-proxy.eplug.xml
Shreyas Srinivasan a5c812f963 Plugin to implement Proxy assignment on a groupwise account.
2005-07-10  Shreyas Srinivasan <sshreyas@novell.com>

	* plugins/proxy/*: Plugin to implement Proxy assignment on a
	groupwise account.

svn path=/trunk/; revision=29693
2005-07-10 09:41:08 +00:00

15 lines
604 B
XML

<?xml version="1.0"?>
<e-plugin-list>
<e-plugin id="org.gnome.evolution.proxy" type="shlib" name="proxy" description="proxy acl"
location="@PLUGINDIR@/liborg-gnome-proxy.so">
<_description>Allows disabling of accounts.</_description>
<author name="Sankar P" email="psankar@novell.com"/>
<hook class="org.gnome.evolution.mail.config:1.0">
<group id="org.gnome.evolution.mail.config.accountEditor"
target="account" commit = "proxy_commit" abort="proxy_abort">
<item type="page" path="60.proxy" factory="org_gnome_proxy"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>