This is not an issue with this package in particular, but it's mostly an incompatibility between message-view-patch and mu4e.
In mu4e you can set the mu4e-view-mode-hook to trigger message-view-patch-highlight. But that hook is called before any content is added to the buffer, thus message-view-patch doesn't do anything.
I'm here searching for a workaround for this problem.
I've proposed #6, which allows me to manually trigger message-view-patch-highlight from the buffer. But I rather have it automated in some way.
This is not an issue with this package in particular, but it's mostly an incompatibility between message-view-patch and mu4e.
In mu4e you can set the
mu4e-view-mode-hookto triggermessage-view-patch-highlight. But that hook is called before any content is added to the buffer, thus message-view-patch doesn't do anything.I'm here searching for a workaround for this problem.
I've proposed #6, which allows me to manually trigger message-view-patch-highlight from the buffer. But I rather have it automated in some way.