aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-20 03:03:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-20 03:03:50 +0800
commit75d7ec9957a7dde363ce353575fb7ddc4826eaff (patch)
tree2952b09a93ee58fe0399ea0dcd17448b0c01a0a3
parentf1346a154230bc8fb387ca2ca9b4e0c8f9e9297e (diff)
downloadgsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar.gz
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar.bz2
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar.lz
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar.xz
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.tar.zst
gsoc2013-evolution-75d7ec9957a7dde363ce353575fb7ddc4826eaff.zip
Add an "evolution:uri_schemas" attribute.
Add an "evolution:uri_schemas" attribute. svn path=/trunk/; revision=23446
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/GNOME_Evolution_Mail.server.in.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 478ccc5f19..6a056c25b0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-19 Ettore Perazzoli <ettore@ximian.com>
+
+ * GNOME_Evolution_Mail.server.in.in: Add an
+ "evolution:uri_schemas" attribute.
+
2003-11-19 Not Zed <NotZed@Ximian.com>
* mail-component.c (em_uri_to_camel): if we're setting the
diff --git a/mail/GNOME_Evolution_Mail.server.in.in b/mail/GNOME_Evolution_Mail.server.in.in
index 40c4df1bef..328b70587f 100644
--- a/mail/GNOME_Evolution_Mail.server.in.in
+++ b/mail/GNOME_Evolution_Mail.server.in.in
@@ -49,6 +49,10 @@
<oaf_attribute name="evolution:component_icon" type="string" value="evolution-inbox.png"/>
<oaf_attribute name="evolution:component_display_order" type="number" value="1"/>
+
+ <oaf_attribute name="evolution:uri_schemas" type="stringv">
+ <item value="mailto"/>
+ </oaf_attribute>
</oaf_server>
<!-- Shell Component -->