From f42db696ff12d7e17534fc33b85e6f5abdc7a0e0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Dec 2001 20:37:20 +0000 Subject: [PATCH] added a Content-Description to the signature part - part of a merge from the 1-0 branch. --- camel/camel-pgp-mime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/camel/camel-pgp-mime.c b/camel/camel-pgp-mime.c index cc9ba99..fe5b230 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 */ -- 2.7.4