jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 56 forks source link

Odd Issue with Forwarded Messages, Empty Message at Top #165

Open cmiles74 opened 1 year ago

cmiles74 commented 1 year ago

First, thank you for a great package! The younger people I work with have been complaining recently about how my email messages "do not look so great visually" and have been asking what the ">" symbol before text means. Now with this package they think I'm using a web-based mailer or maybe even Apple Mail! šŸ˜Ž

When I reply to messages everything works well; the recipient gets my new message at the top and they can read the prior messages at the bottom.

When I forward a message, it looks fine inside Emacs but when the recipient views the message in GMail, there's an empty bit at the top; I suspect that this is where the plain text version of the message might go. Maybe this shouldn't be visible at all in GMail, perhaps that's why it appears empty.

Here's a screenshot of me editing a forwarded message. Apologies for the content, I was trying to figure out which combination of features was causing the issue!

2023-04-27_09-55

When this message is sent, it looks like the image below in GMail.

2023-04-27_09-57

Much to my surprise, the same issue is visible in Emacs (I'm using Notmuch).

2023-04-27_10-04

I'm only so-so with the Elisp but if you have an idea of where the problem might lie, I'd happy to take a stab at fixing it and submitting a PR.