What is a Message-id?

2023-05-24 Thread Olaf Hering
I just had the case "Message-Id: something" in one email, and "References/In-Reply-To: " in replies. As a result mutt failed to recognize that both mails are indeed one single thread. Are the less-than and greater-than signs supposed to be part of the of the message id? In other words: is it s

Re: What is a Message-id?

2023-05-24 Thread Ludolf Holzheid
On Wed, 2023-05-24 18:29:31 +0200, Olaf Hering wrote: > [..] > > Are the less-than and greater-than signs supposed to be part of the of the > message id? In other words: is it supposed to be a "raw string", with just > the surrounding blanks removed? > >From RFC 5322: “The message identifier (

Re: What is a Message-id?

2023-05-24 Thread Ian Collier
On Wed, May 24, 2023 at 07:54:32PM +0200, Ludolf Holzheid wrote: > From RFC 5322: "The message identifier (msg-id) syntax is a limited > version of the addr-spec construct enclosed in the > angle bracket characters, "<" and ">"." > That is, the less-than and greater