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
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user