The Computer Oracle

How to reply to a thread in a mailing list which is not in my Inbox

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow

--

Chapters
00:00 How To Reply To A Thread In A Mailing List Which Is Not In My Inbox
00:34 Accepted Answer Score 11
01:26 Thank you

--

Full question
https://superuser.com/questions/1295204/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#mailinglists

#avk47



ACCEPTED ANSWER

Score 11


Most mailing lists use the In-Reply-To or the Reply-To field to thread the messages. Do you see a "Reply to:" function on the page? Clicking that should open your default mail client with the correct headers. An example is the Debian list , it uses:

<a href="mailto:debian-user@lists.debian.org?In-Reply-To=<20180201020517.GA18805@alum>&amp;Subject=Re:%20Re: Network setup by installer">debian-user@lists.debian.org</a>

Or you could use the mbox archives many lists have. For example the Ubuntu bugs archives where you can look at the headers and insert them in your mail (if your mail client supports that). Alternatively you can download the mbox files and use/import them, again the how depends on your mail client.

Based on your comment I checked out the mailing list. If you go this example at the top you can click:

enter image description here

That should open in your mail client. If you ask me they could have made that more obvious.