From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: D Newsgroups: gmane.emacs.devel Subject: Re: gnus: scoring articles by age Date: Sun, 2 May 2021 13:56:34 +0000 Message-ID: <8f3da660-fb2e-3239-fa72-dc2aa11a3edf@posteo.net> References: <87eeepmy1k.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="331"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 02 15:58:04 2021 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 1ldCbk-000Abo-4x for ged-emacs-devel@m.gmane-mx.org; Sun, 02 May 2021 15:58:04 +0200 Original-Received: from localhost ([::1]:47750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldCbj-0004nJ-9I for ged-emacs-devel@m.gmane-mx.org; Sun, 02 May 2021 09:58:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44632) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldCaP-0003vG-KI for emacs-devel@gnu.org; Sun, 02 May 2021 09:56:41 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:34221) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldCaN-0001AJ-L2 for emacs-devel@gnu.org; Sun, 02 May 2021 09:56:41 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4E1FC2400FD for ; Sun, 2 May 2021 15:56:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1619963796; bh=xxAzQiq6Yh41BQQEMoabCLVHuqdCFMm4NUgBEg+QEcg=; h=Subject:To:Cc:From:Date:From; b=Y1mHSLNNnnV8XplKL2FeW82wPswh2lM5xGZeR6sO3Tdel7zJM4JNti2UzVx55d7nE D8RhlxME7AoQqXs22cENU/9x4AXps6zWzEFehUDgBcOlgTBMw+/+GIlOSkr87ityap x4r0I/EEVGTXdJFWK+ZevVfHx4UW8F/fki2PzF/HXWOc2iwBIzDQBHbEE5sS8/Q39B Sr2uzricN+19Y29aT0kaZPM3yRaav2/0doIdrSD/gA99IFj/CYoYTXT15Ml52E8JhB llRpYXe3BBZMAf5hiAmGM4N7yIp36YUxnv/NbEEq0UhJ0Yda2DTJ0ONvwWsa3XBPhI Vvf9+6JvJxNMA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FY71t5qmmz6tmG; Sun, 2 May 2021 15:56:34 +0200 (CEST) In-Reply-To: <87eeepmy1k.fsf@gnus.org> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.66; envelope-from=d.williams@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:268771 Archived-At: That's great to know, thank you! On 02/05/2021 08:48, Lars Ingebrigtsen wrote: > D writes: > >> as the subject already implies I was wondering if there is a sensible >> way to score articles "by age" in gnus. > > This exists in Emacs 28: > > (("date" > (7 10 nil <) > (7 -10 nil >) > (14 -10 nil >))) >