diff options
author | Chris Toshok <toshok@ximian.com> | 2003-10-30 08:23:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-10-30 08:23:20 +0800 |
commit | 4c9e3c871c301e92711b91f0df0aca2521567db1 (patch) | |
tree | fe0270b84b7a9f869c9e30e935655d5563ae5957 /addressbook | |
parent | fe806a46a9910f23f4d3486bab4273757e7327e2 (diff) | |
download | gsoc2013-evolution-4c9e3c871c301e92711b91f0df0aca2521567db1.tar.gz gsoc2013-evolution-4c9e3c871c301e92711b91f0df0aca2521567db1.tar.zst gsoc2013-evolution-4c9e3c871c301e92711b91f0df0aca2521567db1.zip |
add the S/MIME config control here.
2003-10-29 Chris Toshok <toshok@ximian.com>
* gui/component/GNOME_Evolution_Addressbook.server.in.in: add the
S/MIME config control here.
svn path=/trunk/; revision=23126
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 24 |
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> |