Files
evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in
Nat Friedman 564487c8fe Add description and author fields. Change name.
004-11-03  Nat Friedman  <nat@novell.com>

	* org-gnome-evolution-bbdb.eplug.in: Add description and author
	fields.  Change name.

svn path=/trunk/; revision=27814
2004-11-03 08:59:17 +00:00

31 lines
787 B
Plaintext

<e-plugin-list>
<e-plugin
type="shlib"
id="org.gnome.evolution.bbdb"
name="Automatic contacts"
location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so">
<description>Automatically fills your addressbook with names
and email addresses as you reply to mails. 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 target="prefs">
<item type="page" path="80.bbdb" label="BBDB" factory="bbdb_page_factory"/>
</group>
</hook>
</e-plugin>
</e-plugin-list>