From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id WBHzOT5uB2AcWAAAsNZ9tg (envelope-from ) for ; Tue, 19 Jan 2021 23:41:50 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gOD7JT1uB2BsKQAAB5/wlQ (envelope-from ) for ; Tue, 19 Jan 2021 23:41:49 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1611099709; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Gsp+a8wUakXLv4jelFVekMF5VNCabgm4GQg6IyzDY1E=; b=RpxsKAiRToqQ48DgkDc9OG3SWKryYh8Hx3vSTkMvyDy0TKeCV8JC9rAZxdJ8s6XAG6KjLm 616NYo13CSIj2f7JxGSYbQdYXGvBFd7UCorY+bdw4Om26o4pHDiYBUJymvQ/tzD8mtZGEZ YK+2M128VGK/Xg8VRZCrIhsTjXF333N74vLKIIttXXXCwfXylDymXgwQiqY4LLodJsv+Av o18GY44o1NSdV56Nf9QOb4bp5I+rnXbM4vlpcfQ9RrMcs9wObJfO/5gqvRBed9y5maEM0G PvfAGqbYHDP+pDEIzdtZ0HEZAgdV9GY6p7OmCUNmQf0v5TLwuF7n8EwH8Ok/Sw== From: Kyle Meyer To: yoctocell Cc: piem@inbox.kyleam.com Subject: Re: [RFC PATCH] gnus: Add piem-gnus-mid-to-thread In-Reply-To: <87zh159vih.fsf@yoctocell.xyz> References: <874kjdlfvf.fsf@kyleam.com> <87zh159vih.fsf@yoctocell.xyz> Date: Tue, 19 Jan 2021 18:41:47 -0500 Message-ID: <87mtx4tryc.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: nsxuXaPrtTgt yoctocell writes: > On Mon, Jan 18 2021, Kyle Meyer wrote: >> For mboxrd, I suppose there needs to be some From-munging. > > Sorry, I don't really know much about mbox, I just copied the line from > the mbox file generated by public-inbox :) No worries. The initial From line you're adding looks fine. I was referring to escaping lines in the message body that start with "From " (or, for mboxrd, more precisely ">?From"). This is described a bit at . Here's an example from a public-inbox instance: $ curl -fSs https://yhetil.org/orgmode/871rpt9zc4.fsf@kyleam.com/raw | grep 'From ' From mboxrd@z Thu Jan 1 00:00:00 1970 >From what I gather from briefly searching around (mostly based on this