Matthieu Coudron

Results 457 comments of Matthieu Coudron

yep I have 2 different kinds of errors: here is the concerned PR https://github.com/pazz/alot/pull/1369

likewise, that would be very cool

I looked at the original mail files in my maildir directory and they are indeed: `message/rfc822; charset=us-ascii`. I've tried to save the test back to us-ascii in vim via `:set...

here is another case where it doesn't work with a different kind of output [bad_mail.txt](https://github.com/pazz/alot/files/2835023/bad_mail.txt) with the edited screenshot. ![2019-02-06-145519_636x757_scrot](https://user-images.githubusercontent.com/886074/52323460-6696f500-2a20-11e9-958a-b0891c2266a3.png) do note that some japanese messages open up correclty.

Regarding the mimetype of japanese.eml, it might be because I saved the mail with a custom hook: ``` async def save_mail(ui): # inspired by https://github.com/pazz/alot/issues/1310 # get msg content msg...

Sorry if that sounded entitled. Take your time it's open source we should enjoy it no problem :) I am available on IRC should you have any question.

how am I supposed to learn Japanese if I can't read my mails :p

It doesn't work yet for some reason, the error message `Could not read toto and/or /home/teto/alot/alot/settings/../defaults/theme.spec` seems wrong: the file exists so it's probably that it cant "load" it instead....

still a WIP so no need to review yet but at least it's working. Planning to autocomplete theme name. I find working with alot colorschmes a bit painful, I wonder...

hum I was looking at how to pass CI but I notice none of the current PRs pass CI: is that even doable ? I was hoping to run the...