I am looking at the thread of a particular Emacs bug report through the bug-gnu-emacs archives. Suppose I want to make a public reply to one of the posts in the thread. On the web page of the post, I see a button I can use to reply:
If I click on the button, my email client will fill in the post author's personal email address in the "To" email field (e.g. [email protected]
). If I actually send the email, will the reply be made public? I want to make a public reply. How can I ensure that I am making a public reply?
I thought that I have to send replies to [email protected]
(where 123456
represents the bug report number), so do I need to add [email protected]
to the "CC" field or something?
In-Reply-To:
header to the correct value in order to reply to the correct message. https://webapps.stackexchange.com/questions/23197/reply-to-mailman-archived-message – Flux Mar 28 '21 at 08:54Reply All
in my mail works, and that just puts all of the recipients inTo:
orCc:
, as far as I know. – Drew Mar 28 '21 at 17:00In-Reply-To:
header for you when you reply to an email that is already in your inbox. The question here is about replying to a post that one is seeing on a webpage. In this case, I think one would need to manually fill in theIn-Reply-To:
header with the correct value. It appears that this value can only be obtained from a hidden input in the HTML source of the webpage. – Flux Mar 28 '21 at 17:44