From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS202172 95.215.58.0/24 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out-220.mta1.migadu.com (out-220.mta1.migadu.com [95.215.58.220]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B59A41F5A0 for ; Sat, 4 Feb 2023 21:16:23 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.a=rsa-sha256 header.s=key1 header.b=s8V0znDh; dkim-atps=neutral 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=1675545381; 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=YGOrOS8CaKTBBGpc8IdUq2OuHa5CipFkdP/i63bTwkI=; b=s8V0znDhM3eijJX+MwAu0sbiJOUbrGVFTc6Cx5hqg5cMl84TJnqrxmJMzsdJXiJHBiNaEc /43RC37N2ruE8F+nyqr3cO1Om2QV7pAhdl5NxflReT8NIMezvHyetngpF61dsjZ6zZ23eY XPhKjn0H3A3o9pTlEDQGPHU4HLDOvj+WP/q+KOI87Kzg2BQjKpP2c+PwTAgkzayuV5rtGW jDWki0MKfyyWTCLjpqVHHNPArxncKNuxR72p7AMQA9DtrRBYitkba4bw+t81A04luLUsgd 1u4ENbVxGLhMGFKem+z6k69V8MER1GwWKvHjL02J3kAb2vOdlLhIGU52ZEiO/g== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org, Ihor Radchenko , Bastien Guerry Subject: Re: [PATCH] www: sort all /$INBOX/ topics by Received: timestamp In-Reply-To: <20230204204110.M179231@dcvr> References: <87edr5gx63.fsf@kyleam.com> <20230204204110.M179231@dcvr> Date: Sat, 04 Feb 2023 16:16:09 -0500 Message-ID: <87sfflw2qu.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT List-Id: [ Ihor, I carried Bastien's email address over from your <87pmarnhlr.fsf@localhost>, but it's being reported as unknown user. Replacing with known good one. ] Eric Wong writes: > Does this untested patch fix it? Yes, looks good in a quick local test. Thank you for the speedy fix!