aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
blob: 2dac0d363c63dc3bbc5a0441280886288d4553c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<e-plugin-list>
    <e-plugin
      type="shlib"
      id="org.gnome.evolution.bbdb"
      _name="Automatic Contacts"
      location="@PLUGINDIR@/liborg-gnome-evolution-bbdb@SOEXT@">

        <_description xml:space="preserve">Takes the gruntwork out of managing your address book.

Automatically fills your address book with names and email addresses as you reply to messages.  Also fills in IM contact information from your buddy lists.</_description>

        <author name="Nat Friedman" email="nat@novell.com"/>

        <hook class="org.gnome.evolution.mail.events:1.0">
            <event
               id="composer.presendchecks"
                           handle="bbdb_handle_send"
                           target="message"
                       />
        </hook>
        <hook class="org.gnome.evolution.addressbook.config:1.0">
            <group id="org.gnome.evolution.addressbook.prefs" target="prefs">
                <item type="page" path="80.bbdb" _label="BBDB" factory="bbdb_page_factory"/>
            </group>
        </hook>

    </e-plugin>
</e-plugin-list>