2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
28 lines
828 B
XML
28 lines
828 B
XML
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.bbdb"
|
|
_name="Automatic Contacts"
|
|
location="@PLUGINDIR@/liborg-gnome-evolution-bbdb@SOEXT@">
|
|
|
|
<_description>Automatically fills your addressbook 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="message.replying"
|
|
handle="bbdb_handle_reply"
|
|
target="message"
|
|
/>
|
|
</hook>
|
|
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group id="org.gnome.evolution.mail.prefs" target="prefs">
|
|
<item type="page" path="80.bbdb" _label="BBDB" factory="bbdb_page_factory"/>
|
|
</group>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|