diff options
author | Not Zed <NotZed@Ximian.com> | 2002-06-07 10:37:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-06-07 10:37:10 +0800 |
commit | ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc (patch) | |
tree | 2c5384b7eb20202cfba235e902e4ed8f22ec5d27 | |
parent | e0a6088f3374aa60c176dcc058595c801d31351c (diff) | |
download | gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar.gz gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar.bz2 gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar.lz gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar.xz gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.tar.zst gsoc2013-evolution-ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc.zip |
Duh! The protocol is application/pgp-signature. TODO: need to have a
2002-06-07 Not Zed <NotZed@Ximian.com>
* camel-pgp-context.c (camel_pgp_context_init): Duh! The protocol
is application/pgp-signature. TODO: need to have a signed and an
encrypted protocol specified separately.
svn path=/trunk/; revision=17139
-rw-r--r-- | camel/camel-pgp-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index d1c04b831f..246b35d691 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -92,7 +92,7 @@ camel_pgp_context_init (CamelPgpContext *context) context->priv = g_new0 (struct _CamelPgpContextPrivate, 1); - ciph->protocol = "application/pgp-encrypted"; + ciph->protocol = "application/pgp-signature"; } static void |