author | Edouard Tisserant |
Wed, 20 Jan 2016 17:56:10 +0100 | |
changeset 418 | 8c8a44854e2a |
parent 417 | 323a3d09dc08 |
child 419 | d3bb685f489b |
src/mime.c | file | annotate | diff | revisions |
1.1 --- a/src/mime.c Wed Jan 20 17:19:31 2016 +0100 1.2 +++ b/src/mime.c Wed Jan 20 17:56:10 2016 +0100 1.3 @@ -664,7 +664,7 @@ 1.4 } 1.5 else { 1.6 if (is_PGP_message_text(plaintext)) 1.7 - mime = get_text_part("msg.asc", "application/octet-stream", plaintext, 1.8 + mime = get_text_part("PGPexch.htm.pgp", "application/octet-stream", plaintext, 1.9 strlen(plaintext), MAILMIME_MECHANISM_7BIT); 1.10 else 1.11 mime = get_text_part("msg.txt", "text/plain", plaintext, strlen(plaintext),