-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding issue for some types of emails #2722
Comments
Cannot reproduce. This is what I get:
Seems to be some encoding issue. Did you try with |
From what I see from your email, your subject is correctly encoded: Do you have any idea why? |
Yes, it's all correct here. But, can you reproduce with a bare minimal mu4e? Use something like:
(change the paths as necessary for your setup). Thanks. |
yes same problem. with emacs -Q, I need to -compose a mail with "tést" in subject, save it as a draft, select that draft, reply to all, same issue as described above. |
but I don't understand what you mean by " it's all correct here." since our subjects differ. |
"It's all correct here" means "When I try this, the subject is correctly encoded" We need to find out why it's not at your side. I suspect this goes a bit beyond mu4e... can you try some of the suggestions here? |
Thank you for your assistance. Could you clarify the sequence of events that happens when I save a mail as a draft? In my case, the body of the message is correctly encoded but not the subject. Are these two elements treated separately? |
I just tested in 1.10.8
so no mention of UTF-8 anywhere. If I reply to this email, there is no issue: I get
so no issue at all. |
Steps to reproduce:
Enter Compose mode
write an email to yourself with
Subject: tést
body: tést
send it
so far so good. I receive the email, all is fine(*).
Now, jump in Sent Folder and select the email you just sent
W (reply to all)
in this newly created reply, the subject appears as
Subject: Re: t\303\251st
If I try to send the email, I get the warning
Non-Printable characters found. Continue sending?
I can still send it but I receive an email with a messed up subject
Here is the raw email in the "Sent folder"
(*)Sidenote: I can even reply to this first email that I just received and in that case, everything is fine. The problem is only for the email that is stored in the sent folder
Environment
mu4e 1.12.5
emacs 29.3
Checklist
master
(otherwise please upgrade)The text was updated successfully, but these errors were encountered: