]> 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)
committerKevin McCarthy <kevin@8t8.us>
Sun, 23 Oct 2016 22:11:56 +0000 (15:11 -0700)
commit00d1d038655a66adc263d29531ad237519a552f8
tree2a1121dbf8b70846b7681106a373098bb1c09c4e
parent0537b45201127e8b4c9cc7e5f87d96f7fbdf8c89
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