summary refs log tree commit diff stats
path: root/worker/lib/testdata
Commit message (Collapse)AuthorAgeFilesLines
* handle message unknown charset errorJeff Martin2020-08-311-0/+28
This change handles message parse errors by printing the error when the user tries to view the message. Specifically only handling unknown charset errors in this patch, but there are many types of invalid messages that can be handled in this way. aerc currently leaves certain messages in the msglist in the pending (spinner) state, and I'm unable to view or modify the message. aerc also only prints parse errors with message when they are initially loaded. This UX is a little better, because you can still see the header info about the message, and if you try to view it, you will see the specific error.