Clément DOUIN
Clément DOUIN
So the previous command should work for your OS: ``` sudo apt update sudo apt -y install libgpgme-dev ``` The GPG feature requires this lib otherwise it cannot work. Which...
Same with `sudo apt update`? You don't need an upgrade to be able to install a lib. Have a look at https://askubuntu.com/questions/1260432/unable-to-update-with-apt-get-getting-429-too-many-requests-error, it may help.
Could you try to install just `gpg`? It may come with the lib, not sure about it.
Awesome, so we can close this issue?
When it hangs, does it open your text editor at least? What is the value of `echo $EDITOR`?
I believe it hangs because of editor not spawning properly. If it works on another machine, then I would suspect a different version installed of Himalaya, or nvim, or a...
Let's wait for the result on the other machine, sth must be different!
A draft of this refactor is available for [Comodoro CLI](https://github.com/pimalaya/comodoro/commit/56e6da8e4250d8c9779ab209fe5fbd57d7d77c6a), let's see how it behaves.
The issue comes from the fact that the Maildir backend does not support custom flags. Which makes the common interface not compatible with custom flags. We could add a custom...
You summarized really well the situation. Let me bring more context: I initially wanted to put in common what works the same between IMAP and Maildir, mostly for synchronization. So...