diff options
-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 */ |