mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-15 03:11:34 +01:00
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 |
||
|---|---|---|
| .. | ||
| archive.go | ||
| copy.go | ||
| delete.go | ||
| forward.go | ||
| modify-labels.go | ||
| move.go | ||
| msg.go | ||
| pipe.go | ||
| read.go | ||
| reply.go | ||
| unsubscribe_test.go | ||
| unsubscribe.go | ||