aerc/commands/msg
Leszek Cimała 30aa77c1c9 use correct headers for message part
Hello guys,
on the hunt for bugs related to wrong encoding. This patch is fixing
reply to non-utf8 messages.

We were using global message headers instead of part specific. In
practice header were often something like:

multipart; boundry=...

where there should be:

text/plain; charset=...

Fixed also missing SubType.

Have great weekend!

Leszek
2019-12-07 14:30:20 -05:00
..
archive.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
copy.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
delete.go Config for deleting message from message viewer 2019-09-20 15:23:45 -04:00
forward.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
modify-labels.go Add modify-labels command 2019-09-12 16:17:24 -04:00
move.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
msg.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
pipe.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
read.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
reply.go use correct headers for message part 2019-12-07 14:30:20 -05:00
unsubscribe.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
unsubscribe_test.go Add unsubscribe command 2019-07-04 11:06:14 -04:00