aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-12-14 04:37:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-14 04:37:20 +0800
commite2f8314f13c805cc9991f604f8609723ed1ec372 (patch)
tree32ca03d4a0b6bd2f3d687c30ff0b3d64ee06cd10
parent95fb75425d38ec2a0c0d7e46f8d74b51557de68b (diff)
downloadgsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar.gz
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar.bz2
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar.lz
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar.xz
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.tar.zst
gsoc2013-evolution-e2f8314f13c805cc9991f604f8609723ed1ec372.zip
added a Content-Description to the signature part - part of a merge from the 1-0 branch.
svn path=/trunk/; revision=15020
-rw-r--r--camel/camel-pgp-mime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-pgp-mime.c b/camel/camel-pgp-mime.c
index cc9ba9981a..fe5b230974 100644
--- a/camel/camel-pgp-mime.c
+++ b/camel/camel-pgp-mime.c
@@ -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 */