aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/send-options/org-gnome-send-options.eplug.in
blob: fcb38dec84f7bfa8b122e6ce9fe3a82adfb98555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin id="org.gnome.evolution.send_options" type="shlib" name="Groupwise send options" 
        location="@PLUGINDIR@/liborg-gnome-send-options.so">
        <description>Creates an global send options page for Groupwise account.</description>
        <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/>
    
        <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="section" path="40.defaults/50.send_options" label="Send Options" factory="org_gnome_send_options" />
            </group>
        </hook>
    </e-plugin>
</e-plugin-list>