Fix data corruption during encryption.
That extra write was plainly wrong. I have no idea, how it slipped
it. The error comes up with attachments of certain lengths. For
example with a file length of 13859 bytes.
- src/mimemaker.c (write_b64): Remove a stupid buffer write of 4
bytes.