-
Notifications
You must be signed in to change notification settings - Fork 390
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
[mu4e bug] "replied" flag is not set after sending a reply #2748
Comments
The In-Reply-To field is hidden by default; unhide it through the "Field" menu or by changing |
Thanks for you reply. I didn't realise this. But now when I see it it is empty. |
Sorry I was mistaken. Now I can see it. But still, I don't get the 'replied' flag after the reply gets sent. I will try my best to further debug it myself. |
Just to mention that the issue is still present, even though In-Reply-To matches parent Message-ID. |
Setting the flags of the "parent" message when replying/forwarding is handled in And can you find the "parent" message, with something like:
|
Yes, I can find it. I tried with a more recent reply, and can find the message referred to from "In-Reply-To" field. |
Describe the bug
I don't quite understand the mechanics of setting "replied" flag and In-Reply-To field, but I don't see In-Reply-To field while composing a message (I think I could see it in previous versions of mu4e). After sending, the incoming message doesn't get flagged with "replied" flag.
When examining raw contents of incoming messages I see that:
For incoming message
Message-ID:
AS8P251MB02623BAA6AD3F7419E1A9ED1CB8F2@AS8P251MB0262.EURP251.PROD.OUTLOOK.COM
For my reply:
In-Reply-To: AS8P251MB02623BAA6AD3F7419E1A9ED1CB8F2@AS8P251MB0262.EURP251.PROD.OUTLOOK.COM
(REDACTED's message of "Thu, 22 Aug 2024 15:08:39
+0000")
In the thread view these messages look as they should.
How to Reproduce
It happens each time I reply (mu4e-compose-wide-reply).
Environment
Checklist
The text was updated successfully, but these errors were encountered: