Boris Glavic
Boris Glavic
@Richard-CAID https://github.com/lordpretzel/mu4e-views has support for exporting messages into different formats in the `mu-1.7-support` branch Have a look at the `README.org` for how to set this up in this branch. For...
Hi, thanks for the detailed report. I think this will be hard for me to debug. I have a docker image with linux and multiple mu versions, but this sounds...
thanks, that's great. I hope I'll find time soon to develop the evil-collections bindings and fix the gnus bug.
Hi, I have to admit that I am no expert on xwidgets. Can you let me know a few things so we can figure out whether this is related to...
what errors are you getting?
@smalltimer Unfortunatly, there is no lisp way of doing it. This requires integrating emacs with a browser widget, so emacs has to be compiled with support for it. It may...
@fuzunspm first thing to check would be see whether this is `mu4e-views` specific (likely it is not). Can you try to use `xwidget-webkit-browse-url` directly and see whether this crashes emacs....
mu4e actions on view fail on mu4e-views html view if they are supposed to open a different mu4e view
should be fixed now, but need to test
makes sense, I'll look into this once I find some time. Since, mu4e is already supported I can probably steal the keybindings from there which would make this more tractable.
Ok, better late then never. I've submitted a pull request for `evil-collection`: [https://github.com/emacs-evil/evil-collection/pull/429](https://github.com/emacs-evil/evil-collection/pull/429) Let's see what they say. I am not using evil-mode personally, but I did some basic testing...