1.1 --- a/src/message_api.c Wed Jan 20 17:56:10 2016 +0100
1.2 +++ b/src/message_api.c Thu Jan 21 09:19:00 2016 +0100
1.3 @@ -363,7 +363,7 @@
1.4 memcpy(_ctext, ctext, csize);
1.5
1.6 _a = bloblist_add(_a, _ctext, csize, "application/octet-stream",
1.7 - "msg.asc");
1.8 + "PGPexch.htm.pgp");
1.9 if (_a == NULL)
1.10 goto enomem;
1.11
2.1 --- a/src/mime.c Wed Jan 20 17:56:10 2016 +0100
2.2 +++ b/src/mime.c Thu Jan 21 09:19:00 2016 +0100
2.3 @@ -771,7 +771,7 @@
2.4 submime = NULL;
2.5 }
2.6
2.7 - submime = get_text_part("msg.asc", "application/octet-stream", plaintext,
2.8 + submime = get_text_part("PGPexch.htm.pgp", "application/octet-stream", plaintext,
2.9 strlen(plaintext), MAILMIME_MECHANISM_7BIT);
2.10 assert(submime);
2.11 if (submime == NULL)