2005-12-30 Andre Klapper <a9016009@gmx.de> * evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml, evolution/plugins/groupwise-features/properties.glade, evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml, evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml, evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml, evolution/mail/mail.error.xml: Fixing several typos and harmonizing capital/small letters. Partially fixes bug 306117. svn path=/trunk/; revision=30972
28 lines
821 B
XML
28 lines
821 B
XML
<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 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>
|