added a Content-Description to the signature part - part of a merge from the 1-0 branch.
svn path=/trunk/; revision=15020
This commit is contained in:
@ -307,6 +307,7 @@ camel_pgp_mime_part_sign (CamelPgpContext *context, CamelMimePart **mime_part, c
|
||||
camel_mime_part_set_content (signed_part, CAMEL_STREAM_MEM (sigstream)->buffer->data,
|
||||
CAMEL_STREAM_MEM (sigstream)->buffer->len,
|
||||
"application/pgp-signature; name=signature.asc");
|
||||
camel_mime_part_set_description (signed_part, _("This is a digitally signed message part"));
|
||||
camel_object_unref (CAMEL_OBJECT (sigstream));
|
||||
|
||||
/* construct the container multipart/signed */
|
||||
|
Reference in New Issue
Block a user