diff options
| author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-14 04:37:20 +0800 |
|---|---|---|
| committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-14 04:37:20 +0800 |
| commit | e2f8314f13c805cc9991f604f8609723ed1ec372 (patch) | |
| tree | 32ca03d4a0b6bd2f3d687c30ff0b3d64ee06cd10 /camel | |
| parent | 95fb75425d38ec2a0c0d7e46f8d74b51557de68b (diff) | |
| download | gsoc2013-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
Diffstat (limited to 'camel')
| -rw-r--r-- | camel/camel-pgp-mime.c | 1 |
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 */ |
