From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: rmail-summary-by-thread splits window in two Date: Sat, 06 Jan 2024 19:31:03 +0200 Message-ID: <83le92s71k.fsf@gnu.org> References: <877ckmxud6.fsf@autistici.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28141"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Monaco Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 06 18:32:14 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rMAWr-000759-5a for ged-emacs-devel@m.gmane-mx.org; Sat, 06 Jan 2024 18:32:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMAVz-0008Gz-6K; Sat, 06 Jan 2024 12:31:19 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMAVu-0008Ft-Dx for emacs-devel@gnu.org; Sat, 06 Jan 2024 12:31:17 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rMAVt-0003aj-2p; Sat, 06 Jan 2024 12:31:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=bHRhJJ6QRx0uLpPDZwayCSJsvi9EVQcgYocU0kX0vow=; b=V40IIJYBt60J IBUaLIuBUNRIzxqMs7wLzAbQ5lccZC8JImClXNp82bV3Dudn4ahnDZKQNKn7plIsWf8duIWpwPItu T0PpQqEX6NaeAiwi5U796Hcx7A50K74I+dmH5Ug20+2PjqYGGHhN73osLr1JzDCyW6IvYcOx/C+6E QBO3SS3Pi0VrOtDCnBtSiM3leYZ9UVlP7dbKPrmomOMNN8vxsGHv2kU26ucO0A1yJW985GTApTO3R XZEOkBt3QKzlbymaFH1Kd5UZyPKiMBKoumY9LuggGA3TE4xclf7diSvm5LXTvScSHTUYZPvHXmwb1 hyaA5cb93V6kzB+qW4sLJA==; In-Reply-To: <877ckmxud6.fsf@autistici.org> (message from Andrea Monaco on Sat, 06 Jan 2024 18:08:21 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314642 Archived-At: > From: Andrea Monaco > Cc: emacs-devel@gnu.org > Date: Sat, 06 Jan 2024 18:08:21 +0100 > > > > The patch below seems to fix that, does it look like the right fix? > > Yes, it does. Thanks. Thanks, installed on the emacs-29 branch.