Path: csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: A request, and a question Date: Mon, 29 Jan 2024 21:19:48 -0800 Organization: None to speak of Lines: 38 Message-ID: <87o7d35rez.fsf@nosuchdomain.example.com> References: <86h6ixcj2c.fsf@linuxsc.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="890b188af402beeba685e2c9fa345c6c"; logging-data="924198"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/wPjC2b8psWjuaSWPXjEqu" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:HQ85jPzqhCTAF7NhQ7rLfZea0vI= sha1:ql/obXWxydVTIF+7AjhjMV60ryk= Xref: csiph.com comp.lang.c:381222 James Kuyper writes: > On 1/28/24 16:17, Spiros Bousbouras wrote: [...] >> James himself explains it in .And it is >> an example of an incorrectly threaded message : his quotations show that >> it is meant as a direct response to you but the last item in >> References: is which is another post by >> James. > > Those links don't work for me. They are interpreted as mailto:// links, > and the link itself says not to mail them. I don't know what to do with > them, and neither do Thunderbird or (when I'm using Google Groups) > Firefox or Chrome. Those are Message-IDs, not links. For example, your article to which I'm replying has this header line: Message-ID: There isn't necessarily a good way to look up an article given its Message-ID. The newsreader I use, Gnus, has a 'j' command (gnus-summary-goto-article) that takes either an article number (a sequential number within a newsgroup, specific to a given NNTP server) or a Message-ID (should be unique across all of Usenet) as an argument. I don't know whether Thunderbird has a similar feature. There's a package called "sinntp", a "tiny non-interactive NNTP client", that includes a command "nttp-get" that can fetch an article given its Message-ID (if you specify the server and authentication information). [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Medtronic void Void(void) { Void(); } /* The recursive call of the void */