-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org-msg-save-article-for-reply-mu4e not working in mu4e 1.4.3 #46
Comments
I don't use mu4e (I use gnus). I suggest that you experiment with the mu4e
existing function and tell me if it works better. If it does, please submit
a patch I would be more than happy to review and merge it.
…On Sat, May 9, 2020, 8:50 AM James Ravn ***@***.***> wrote:
The temp file this function saves seems broken - it breaks when Emacs
tries to open it with complaints about characters it couldn't encode.
Experimenting with it, removing
https://github.com/jeremy-compostella/org-msg/blob/2d0540cbd659e6aaf1899f1e0b51f3850c83d5a6/org-msg.el#L356
seems to fix it and I can reply to emails without a problem.
There seems to be a built in function in mu4e to do this already which
org-msg should probably use instead:
https://github.com/djcb/mu/blob/05dc6333c38905ce2d1411f06004f7c050532afe/mu4e/mu4e-actions.el#L98
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#46>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMACBGZOJJTNPSADPC7N7TRQV3WBANCNFSM4M43EOEA>
.
|
Have you got a chance to give a try to |
@jeremy-compostella I tried, however it breaks in |
Could you share with me an example HTML file that fails in |
Here's the error
And example HTML written with The built in mu4e function is actually working pretty well apart from this I think. We should probably just skip the improve reply header for mu4e - the mu4e one looks pretty good already. |
Hmm it looks like I closed by mistake as I still have this item in my TODO list => re-opening. |
The first problem is that the
Once this is done, then the fix would be to look for what has been added and put it a Regards, |
The temp file this function saves seems broken - it breaks when Emacs tries to open it with complaints about characters it couldn't encode. I put details here: #37 (comment).
Experimenting with it, removing
org-msg/org-msg.el
Line 356 in 2d0540c
There seems to be a built in function in mu4e to do this already which org-msg should probably use instead: https://github.com/djcb/mu/blob/05dc6333c38905ce2d1411f06004f7c050532afe/mu4e/mu4e-actions.el#L98
The text was updated successfully, but these errors were encountered: