Fixed: if the message is plain email with multibyte character, permanent decoding yields garble
Today I found these during permanently decrypting my emails:
- if the email is plain email with multibyte character, permanent decoding yields garble
- Enigmail uses -&fd filenames as embedded, but they are special filenames when --enable-special-filenames is used.
This patch addresses these issues.