aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
commitb9269bd09862b22a89d44a61a5eb728c28ec3761 (patch)
tree23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
parentf77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff)
downloadgsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip
fix names so that intltool will parse as xml
remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml')
-rw-r--r--plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
new file mode 100644
index 0000000000..f5b9584631
--- /dev/null
+++ b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml
@@ -0,0 +1,27 @@
+<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>