From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vultr.musolino.id.au ([45.76.123.158]) by ewsd; Sun Feb 16 18:55:04 EST 2020 Received: from 124.150.84.135 ([124.150.84.135]) by vultr; Mon Feb 17 10:54:42 EST 2020 Message-ID: <4B72C1A9BE3E7B999167ED651CAF10F3@musolino.id.au> From: Alex Musolino Date: Mon, 17 Feb 2020 10:24:41 +1030 To: 9front@9front.org Subject: Re: [9front] [PATCH] upas/Mail: add In-Reply-To to replies In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private stable reduce/map plugin-scale CSS controller > + if(strlen(m->messageid) > 0) > + Bprint(r->w->body, "In-Reply-To: %s\n", m->messageid); You need to enclose the messageid with angle brackets, i.e. Bprint(r->w->body, "In-Reply-To: <%s>\n", m->messageid); -- Cheers, Alex Musolino