On 02.02.18 11:55, Yubin Ruan wrote: > On Thu, Feb 01, 2018 at 07:32:29PM -0800, Barton Janes wrote: > > The trailing = is usually caused by the text encoding of "quoted Printable" > > > > https://en.wikipedia.org/wiki/Quoted-printable > > Are there any ways to save the decoded message rather than the encoded one?
The Pager menu has: <Esc>s decode-save make decoded copy (text/plain) and delete Have you tried it? (Pressing '?' in the menu shows the key mappings available to you, including any mappings you've added.) For DIY handling of quoted-printable, one could pipe to: $ apt-cache search qprint qprint - encoder and decoder for quoted-printable encoding qprint-doc - qprint quoted-printable encoder/decoder (documentation) > To make it more general, is it possible to save the content generated by some > auto_view commands, without having to split the email and type those commands > separately in command line? If you wanted to select a specific multipart alternative in the Attachment Menu, then there is only 's' or '|'. With a key mapping to invoke a macro, you could pipe the alternative to qprint, outputting to a file - with minimal keystrokes. Erik
