aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-gpg-context.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-11-01 08:45:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-01 08:45:05 +0800
commit8ae8cb35257f42c905c86eb424759fdfde97eb41 (patch)
treef4d109c4352dc18263b35b396164e1cedb98fcee /camel/camel-gpg-context.h
parentcfe440f26dada9764f9551771977e5fc76e8d692 (diff)
downloadgsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar.gz
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar.bz2
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar.lz
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar.xz
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.tar.zst
gsoc2013-evolution-8ae8cb35257f42c905c86eb424759fdfde97eb41.zip
Set the virtual method pointers to the import/export methods.
2002-10-31 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (camel_gpg_context_class_init): Set the virtual method pointers to the import/export methods. (camel_gpg_context_init): Set the key_protocol string. (gpg_hash_to_id): Handle 2 more hash types. (gpg_id_to_hash): Same. (gpg_ctx_op_step): Slight fixes to support import/export. (gpg_ctx_parse_status): Fix to hack around the fact that importing keys doesn't write to stdout. (gpg_import_keys): Implemented. (gpg_export_keys): Implemented. * camel-cipher-context.c (camel_cipher_context_class_init): Hook up default virtual methods for import/export. (camel_cipher_import_keys): Implemented. (camel_cipher_export_keys): Implemented. svn path=/trunk/; revision=18475
Diffstat (limited to 'camel/camel-gpg-context.h')
-rw-r--r--camel/camel-gpg-context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-gpg-context.h b/camel/camel-gpg-context.h
index 6a2f56f304..0d98fed75d 100644
--- a/camel/camel-gpg-context.h
+++ b/camel/camel-gpg-context.h
@@ -62,4 +62,3 @@ void camel_gpg_context_set_always_trust (CamelGpgContext *ctx, gboolean trust);
#endif /* __cplusplus */
#endif /* __CAMEL_GPG_CONTEXT_H__ */
-