]> granicus.if.org Git - neomutt/commit
Perform charset conversion on text attachments when piping. (closes #3773) (see ...
authorKevin McCarthy <kevin@8t8.us>
Sun, 23 Oct 2016 22:11:56 +0000 (15:11 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 28 Oct 2016 14:57:18 +0000 (15:57 +0100)
commitd84ec2d32d0a1072aa23ebbc335b74a364265d3a
tree0904ad48b2d3d10c932702aac4acdbd51502ca8f
parent2c53e5b91edd53af53ba234ab35ea3dbd31bdef5
Perform charset conversion on text attachments when piping. (closes #3773) (see #3886)

When piping a text attachment, there is no reliable way to know the
charset used.

Vincent Lefèvre says:
  It was decided in the past that when there is no information on the
  charset in a transmission to an external command (e.g. as for mail
  composing), texts are expected to be transmitted in the local
  charset.

Add a MUTT_CHARSET flag to enable charset conversion on text
attachments for both when $attach_split is set and unset.
attach.c
recvattach.c