From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4ea1::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id EMliAF1Iy2HLQgAAsNZ9tg (envelope-from ) for ; Tue, 28 Dec 2021 17:24:45 +0000 Received: from out0.migadu.com ([2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sHkBOVxIy2EQTgEAG6o9tA (envelope-from ) for ; Tue, 28 Dec 2021 18:24:44 +0100 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=1640712284; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1L/luHBnpKDuWQxek1XK4m1vul2D9CA40h8Vdz6hTj4=; b=MzD9BqeEPcOG+zaju3V6dlegm/qxRpLAtuGr+9Sblv8IFGOgnwgRtqwXutQMfYVyOR5VKZ SIFMHrAzB1CvjN2tilpQhlnZawit/jIFGUKxpgTZuuzXHPMJwuiHvIN4LbO2C516ea/Io6 gZ/tcwgpZc+g4+g42stFUv5iTJDpSdyVE6mDv48wKM3YF7866pHnJDVwRdciAP9epXBX3D Is6B49R1Lxpjybb+J9Wv7JQKbihOGkvP4Nr/lZ7OfXs0h+mfXXRbUVi6/vQTcVx7+fpJhl Viyo6/QICOIlujGZUKHNrA8kWWTBVNJ7qdDPNUFJd0UlfXEZ8iWUxaKnl1MOyA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: Re: [PATCH 6/6] lei q: Sort threads by date of initial message In-Reply-To: <20211228022037.206597-7-kyle@kyleam.com> References: <20211228022037.206597-1-kyle@kyleam.com> <20211228022037.206597-7-kyle@kyleam.com> Date: Tue, 28 Dec 2021 12:24:43 -0500 Message-ID: <87ee5w8wx0.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com X-TUID: hM6PhgdCWdXL Kyle Meyer writes: > +(defcustom piem-lei-query-oldest-thread-first nil > + "Whether to display older threads before new ones. Will apply this typo fix on top: diff --git a/piem-lei.el b/piem-lei.el index db922944..6c537339 100644 --- a/piem-lei.el +++ b/piem-lei.el @@ -44,7 +44,7 @@ (defcustom piem-lei-query-initial-input "d:20.days.ago.. " (string :tag "Query"))) (defcustom piem-lei-query-oldest-thread-first nil - "Whether to display older threads before new ones. + "Whether to display older threads before newer ones. The date and time of the initial message is taken as the age of the thread." :package-version '(piem . "0.4.0")