Files
evolution/plugins/send-options/org-gnome-send-options.eplug.in
Chenthill Palanisamy 61e1d0ff64 Plugin file to add the send options button in the account editor. Adds the
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>

	* MakeFile.am:
	* org-gnome-send-options.eplug.in: Plugin file to add
          the send options button in the account editor.
    	* send-options.c: Adds the send options button inside a frame
	  in the defaults page of the account editor for groupwise
    	  accounts. Clicking on the button gets the settings from the
  	  server and shows it in the send options dialog box.

svn path=/trunk/; revision=28318
2005-01-10 13:59:41 +00:00

15 lines
624 B
XML

<?xml version="1.0"?>
<e-plugin-list>
<e-plugin id="org.gnome.evolution.send_options" type="shlib" name="send options" description="Creates an global send options page"
location="@PLUGINDIR@/liborg-gnome-send-options.so">
<hook class="org.gnome.evolution.mail.config:1.0">
<group id="org.gnome.evolution.mail.config.accountEditor"
target="account" check = "send_options_changed" commit = "send_options_commit"
abort = "send_options_abort">
<item type="item" path="40.defaults/50.send_options" label="_Send Options" factory="org_gnome_send_options" />
</group>
</hook>
</e-plugin>
</e-plugin-list>