Clément DOUIN
Clément DOUIN
I was able to reproduce and to understand why it happens. There is 2 problems: - The first one is when you write an email using the commands `write`, `reply`...
The `himalaya-vim` plugin uses the CLI behind the scene, so once the CLI is fixed it should fix all UIs depending on it. I am actually working on #341 which...
The bug has been identified and fixed on `develop` :tada: it was composed of 2 problems: 1. Subjects containing unicodes were not parsed properly, this has been fixed by @TornaxO7...
Fixed in the last release [`v0.6.1`](https://github.com/soywod/himalaya/releases/tag/v0.6.1) :tada:
@dantecatalfamo 8 months ago you said that you would be [happy to continue maintaining the plugin](https://github.com/dantecatalfamo/himalaya-emacs/pull/3#issuecomment-1067503352). I opened 2 PRs (https://github.com/dantecatalfamo/himalaya-emacs/pull/8 https://github.com/dantecatalfamo/himalaya-emacs/pull/10) on your repository 7 months ago, you never...
@dantecatalfamo thank you for your reply, I really started to worry. > I've had a lot going on in my personal life with my family and only recently began having...
Thank you :slightly_smiling_face: I will propose soon a PR with all the changes I did on my fork (there is few features + some rewording like `mbox -> folder` and...
> Is it possible to compile `himalaya` against `musl` to make it truly > portable or at least lower requirement to avoid be dependent on most > recent GLIBC ?...
I tried but it does not compile :disappointed: `DSO missing from command line`
So technically I can add a musl build to the release via GitHub Actions? I will give a shot and let you know!