From unknown Thu Jun 19 14:04:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47114 <47114@debbugs.gnu.org> To: bug#47114 <47114@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-elfeed-score. Reply-To: bug#47114 <47114@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:04:32 +0000 retitle 47114 [PATCH] gnu: Add emacs-elfeed-score. reassign 47114 guix-patches submitter 47114 Xinglu Chen severity 47114 normal tag 47114 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 12 16:56:23 2021 Received: (at submit) by debbugs.gnu.org; 12 Mar 2021 21:56:23 +0000 Received: from localhost ([127.0.0.1]:58590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKplf-0005vA-Fq for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:56:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:45028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKplc-0005v1-D7 for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:56:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:44968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKplY-0006kw-Js for guix-patches@gnu.org; Fri, 12 Mar 2021 16:56:20 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:58002 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKplW-0006XI-B3 for guix-patches@gnu.org; Fri, 12 Mar 2021 16:56:16 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615586170; bh=t79oFcWrBGeN9aw7SHnhVlQg+m9n57HcuUIbVoLs0+A=; h=From:To:Subject:Date; b=t8vDyRi0IKOPYC3p0jz8PGHXcTFt74JCnye2DKI+oPyVYW/H8xHt96oDxq99m5GQr IgRSL9S8YPO70aTdLRXoNe0FuhqpXgzfuJURoM2/rne8QiMPauPv3DqTYmUa1onjz/ SFJyuaW6LrnGduj7hLHYWhfxqRgjxAXLlg4PkprI= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-elfeed-score. Message-Id: <6bc3349069e0f337284aa2600d4f4a57a08ca674.1615586153.git.public@yoctocell.xyz> Date: Fri, 12 Mar 2021 22:56:09 +0100 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..dfe66d778c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9048,6 +9048,32 @@ duplic [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..dfe66d778c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9048,6 +9048,32 @@ duplicated a lot. Org-mode makes the book keeping of tags and feeds much easier.") (license license:gpl3+)))) +(define-public emacs-elfeed-score + (package + (name "emacs-elfeed-score") + (version "0.7.7") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sp1ff/elfeed-score") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "07xid0a31ghknbfwj8dxzbqkg4sfayjhlqvp17p2bzlf1mj0zjyd")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-elfeed" ,emacs-elfeed))) + (home-page "https://github.com/sp1ff/elfeed-score") + (synopsis "Gnus-style scoring for Elfeed") + (description "@code{elfeed-score} is an add-on for Elfeed, an RSS reader +for Emacs. It brings Gnus-style scoring to your RSS feeds. Elfeed, by +default, displays feed entries by date. This package allows you to setup +rules for assigning numeric scores to entries, and sorting entries with higher +scores ahead of those with lower, regardless of date. The idea is to +prioritize content important to you.") + (license license:gpl3+))) + (define-public emacs-el-x (package (name "emacs-el-x") base-commit: 5a06b83fc92710c5846a83bbf49f0ea84c8ecec2 -- 2.30.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 13 07:51:23 2021 Received: (at 47114-done) by debbugs.gnu.org; 13 Mar 2021 12:51:23 +0000 Received: from localhost ([127.0.0.1]:59265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3jm-0002aR-VQ for submit@debbugs.gnu.org; Sat, 13 Mar 2021 07:51:23 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:59411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3jj-0002aD-9Q for 47114-done@debbugs.gnu.org; Sat, 13 Mar 2021 07:51:21 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 8222A240003; Sat, 13 Mar 2021 12:51:12 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#47114] [PATCH] gnu: Add emacs-elfeed-score. References: <6bc3349069e0f337284aa2600d4f4a57a08ca674.1615586153.git.public@yoctocell.xyz> Date: Sat, 13 Mar 2021 13:51:11 +0100 In-Reply-To: <6bc3349069e0f337284aa2600d4f4a57a08ca674.1615586153.git.public@yoctocell.xyz> (Xinglu Chen's message of "Fri, 12 Mar 2021 22:56:09 +0100") Message-ID: <87k0qbxlmo.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.178.230 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.178.230 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] X-Debbugs-Envelope-To: 47114-done Cc: 47114-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Thu Jun 19 14:04:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 11 Apr 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator