aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in24
2 files changed, 29 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index efe414a69a..8fb964be65 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2003-10-29 Chris Toshok <toshok@ximian.com>
+ * gui/component/GNOME_Evolution_Addressbook.server.in.in: add the
+ S/MIME config control here.
+
+2003-10-29 Chris Toshok <toshok@ximian.com>
+
* backend/ebook/e-book-listener.c (e_book_listener_new): change
the poa hint to PER_REQUEST. fixes a couple of deadlocks.
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
index 882701fc76..e13069156b 100644
--- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
+++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
@@ -119,4 +119,28 @@
</oaf_server>
+<oaf_server iid="OAFIID:GNOME_Evolution_SMime_CertificateManager_ConfigControl"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Addressbook_Factory_2">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="evolution:config_item:title" type="string"
+ _value="Certificates"/>
+
+ <oaf_attribute name="evolution:config_item:description" type="string"
+ _value="Manager your S/Mime certificates here"/>
+
+ <oaf_attribute name="evolution:config_item:icon_name" type="string"
+ value="pgp-signature-ok.png"/>
+
+ <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/>
+
+ <oaf_attribute name="name" type="string"
+ _value="Evolution S/Mime Certificate Management Control"/>
+
+</oaf_server>
+
</oaf_info>