-
Notifications
You must be signed in to change notification settings - Fork 400
Description
Bug description
When the sender name of an email happen to contain some non-ascii characters (ñ, é, etc.) and the email contains a comma (SURNAME SURNAME, NAME), the quotes disappear in mu4e. When exploring with mu, I see that the original message keeps the quotes.
The result is that when responding (either to the sender or to all), every recipient with this problem generates an invalid address, and I am forced to regenerate the To: and Cc: fields.
Imagine an email with a sender that mu sees as "Muñoz García, Severino" <e.mail@addr.es>. Mu4e shows it like From: Muñoz García, Severino <e.mail@addr.es> (the quotes have disappeared). So when it tries to build the To: or Cc: fields, it results in:
To: Muñoz García, Severino <e.mail@addr.es>
which results in an error since it does not recognize Muñoz García as a valid email address -since it is not-.
I am already using a minimal mu4e configuration -at least from my point of view-, but can try anything specific to try to find more details about the issue.
Environment
It happens in Linux Mint 22.2 and Fedora 42. Emacs 29.X -it happen in many Emacs 29 versions- and Emacs 30. I'm using mu 1.12.13. The error was not present in mu 1.10.8. Indeed, at the beginning I also had the problem in Fedora. However, I updated to mu 1.12.13 to avoid another error that showed every time that I send an email -that was more inconvenient than this one-.
I use my own Emacs config, that it quite simple. I do not use any Emacs framework. Neither do I use Evil.