-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Labels
Description
Describe the bug
When forwarding an email, the new text added above the forwarded text is not included. Furthermore, the line "-------------------- End of forwarded message --------------------" somehow ends up in an attachment.
I've attached an example email (email-original.txt), the draft of the forwarded email with some new text at the top (email-draft.txt) and the final forwarded email that is received (email-forwarded.txt), which does not contain the new text.
email-original.txt
email-draft.txt
email-forwarded.txt
How to Reproduce
These are the steps:
- run
mu4e-compose-forwardon an email - add some new text at the top, i.e., before the forwarded message
- send it
- the resulting forwarded email does not contain the new text from step 2, and somehow there is an extra attachment containing just "-------------------- End of forwarded message --------------------"
Environment
Using the mu4e 1.12.8 and emacs 30.0.93, with message-forward-as-mime set to nil.
Checklist
- you are running either an 1.10.x/1.12.x release or
master(otherwise please upgrade) - you can reproduce the problem without 3rd party extensions (including Doom/Evil, various extensions etc.)
- you have read all of the above
robstewart57 and averter