Discussion:
gnus eml attach
f***@gmail.com
2017-11-29 07:55:02 UTC
Permalink
Hi,

On mml definitions when I add an attachment with C-c C-a I will need
also to add the charset like

Now the output of C-c C-a is:
<#part type="application/pdf" filename="~/foo.pdf" disposition=attachment>
<#/part>


I will need when I press C-c C-a:
<#part charset="utf-8" type="application/pdf" filename="~/foo.pdf"
disposition=attachment>
<#/part>
Lars Ingebrigtsen
2018-04-10 22:12:34 UTC
Permalink
Post by f***@gmail.com
On mml definitions when I add an attachment with C-c C-a I will need
also to add the charset like
<#part type="application/pdf" filename="~/foo.pdf" disposition=attachment>
<#/part>
<#part charset="utf-8" type="application/pdf" filename="~/foo.pdf"
disposition=attachment>
<#/part>
Non-text parts are binary (i.e., octet streams) and don't have a
charset, so I don't think this would be correct...
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Loading...