You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read "How to Debug Issues", and will use it to provide as much information about this issue as possible.
The issue can be reproduced on the latest available commit of Doom.
The issue can be reproduced on a stable release of Emacs, such as 27, 28, or 29. (Unstable versions end in .50, .60, or .9x)
Expected behavior
mu4e deprecated helper function mu4e--view-gather-mime-parts. As a consequence, the commands defined in doom's module +mu4e-view-select-mime-part-action and +mu4e-view-open-attachment no longer work.
Current behavior
When one of the two commands above is invoked in mu4e-view mode, message ’mu4e-view--mime-parts’ elisp declaration not found. is triggered.
I suspect +mu4e-view-select-mime-part-action could be seamlessly replaced with mu4e-view-mime-part-action. I couldn't find an adequate alternative for +mu4e-view-open-attachment, and while mu4e-view-mime-parts seems to be the designated replacement function, it's not quite a drop-in replacement
I confirm that...
Expected behavior
mu4e deprecated helper function
mu4e--view-gather-mime-parts. As a consequence, the commands defined in doom's module+mu4e-view-select-mime-part-actionand+mu4e-view-open-attachmentno longer work.Current behavior
When one of the two commands above is invoked in mu4e-view mode, message
’mu4e-view--mime-parts’ elisp declaration not found.is triggered.I suspect
+mu4e-view-select-mime-part-actioncould be seamlessly replaced withmu4e-view-mime-part-action. I couldn't find an adequate alternative for+mu4e-view-open-attachment, and whilemu4e-view-mime-partsseems to be the designated replacement function, it's not quite a drop-in replacementSteps to reproduce
System Information
N/A, Emacs 29.3 on latest commit