diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-13 01:14:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-13 01:14:20 +0800 |
commit | 769f404db36aa9082ac153c2935f1b7bfe1d3527 (patch) | |
tree | a7b9d5c5442df7ecb8dc0a40cb62dab2eddadfe6 /mail/component-factory.c | |
parent | fabdba6f1ca3ada8be27a81bdc069bdb8270e1c3 (diff) | |
download | gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar.gz gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar.bz2 gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar.lz gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar.xz gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.tar.zst gsoc2013-evolution-769f404db36aa9082ac153c2935f1b7bfe1d3527.zip |
Updated for changes to PGP code.
2001-04-12 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (pgp_path_changed): Updated for changes to PGP
code.
* component-factory.c (owner_set_cb): Don't init openpgp anymore
because we don't need it.
* mail-crypto.c: Simply wrap the camel-pgp-mime functions (also
renamed the functions to be prefixed with mail_crypto).
* mail-format.c (handle_multipart_signed): Update to use
camel_pgp_mime_is_rfc2015_signed() and other camel-pgp-mime
functions.
(handle_multipart_encrypted): Same but for rfc2015_encrypted.
(decode_pgp): Updated to use camel-pgp-context
(try_inline_pgp): Updated to use camel-pgp-context's.
(try_inline_pgp_sig): Same.
svn path=/trunk/; revision=9269
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index bd9b701e48..239611bd6a 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -45,7 +45,6 @@ #include "mail-mt.h" #include "mail-importer.h" #include "mail-vfolder.h" /* vfolder_create_storage */ -#include "openpgp-utils.h" #include "component-factory.h" @@ -210,8 +209,6 @@ owner_set_cb (EvolutionShellComponent *shell_component, mail_config_init (); - openpgp_init (mail_config_get_pgp_path (), mail_config_get_pgp_type ()); - storages_hash = g_hash_table_new (NULL, NULL); vfolder_create_storage (shell_component); |