From ac2d44aa7c080b7c3997a2aff13d6dcaa84b5ccc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 7 Jun 2002 02:37:10 +0000 Subject: Duh! The protocol is application/pgp-signature. TODO: need to have a 2002-06-07 Not Zed * 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 --- camel/camel-pgp-context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit