1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 16:42:07 +01:00
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
copy.go
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
move.go
msg.go
pipe.go
read.go
reply.go use correct headers for message part 2019-12-07 14:30:20 -05:00
unsubscribe_test.go
unsubscribe.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00