From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 27 09:20:59 2021 Received: (at submit) by debbugs.gnu.org; 27 Jun 2021 13:21:00 +0000 Received: from localhost ([127.0.0.1]:49090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxUiZ-0008CH-Jp for submit@debbugs.gnu.org; Sun, 27 Jun 2021 09:20:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:48256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lxUiY-0008C3-7K for submit@debbugs.gnu.org; Sun, 27 Jun 2021 09:20:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxUiY-0005s8-0x for guix-patches@gnu.org; Sun, 27 Jun 2021 09:20:58 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:37076 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 1lxUiV-0001c6-Ne for guix-patches@gnu.org; Sun, 27 Jun 2021 09:20:57 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1624800050; bh=M3+OEIXChW96FDNVzHvrw9yk3PIRcpkM19gSZInnBHE=; h=From:To:Subject:Date; b=DQ0VYZ6sybN3RzduanEoO6vlBKXpx/5Tg/broUu73oRHsWGoD71+4BgzoamcfeyKQ UBlqFC96QLzrykkIXbsO7Qeo0CypkztTOWW8mRRHyR8sRhNV/9qUrsdwCrgosRPSTr F5uS7qx2OnleG8fc8B0HFD3yo9kElF56STD/f/JM= To: guix-patches@gnu.org Subject: [PATCH] gnu: notmuch: Update to 0.32.2. Message-Id: Date: Sun, 27 Jun 2021 15:20:42 +0200 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: 30 X-Spam_score: 3.0 X-Spam_bar: +++ X-Spam_report: (3.0 / 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=1.588, PDS_OTHER_BAD_TLD=1.997, 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: 2.8 (++) 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/mail.scm (notmuch): Update to 0.32.2. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6ed1c04c9e..bfca298808 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1331, 14 +1331, 14 @@ invoking @command{notifym [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -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] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.6 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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/mail.scm (notmuch): Update to 0.32.2. --- gnu/packages/mail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 6ed1c04c9e..bfca298808 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1331,14 +1331,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.32.1") + (version "0.32.2") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 (base32 - "0586d13ssygapjdri4cl25wzywivwsbxpjm6xlgxj6f9ii7clix7")))) + "1myylb19hj5nb1vriqng252vfjwwkgbi3gxj93pi2q1fzyw7w2lf")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) base-commit: 41aec416ce8a18f4ba764757103ea9524a30959d -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 30 03:52:11 2021 Received: (at 49241-done) by debbugs.gnu.org; 30 Jun 2021 07:52:11 +0000 Received: from localhost ([127.0.0.1]:56380 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyV11-0005UG-9c for submit@debbugs.gnu.org; Wed, 30 Jun 2021 03:52:11 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:11351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyV10-0005U4-1S for 49241-done@debbugs.gnu.org; Wed, 30 Jun 2021 03:52:10 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 3238824000C; Wed, 30 Jun 2021 07:52:02 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#49241] [PATCH] gnu: notmuch: Update to 0.32.2. References: Date: Wed, 30 Jun 2021 09:52:01 +0200 In-Reply-To: (Xinglu Chen's message of "Sun, 27 Jun 2021 15:20:42 +0200") Message-ID: <87im1vzt5q.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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/mail.scm (notmuch): Update to 0.32.2. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.193 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49241-done Cc: 49241-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/mail.scm (notmuch): Update to 0.32.2. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Tue Jun 17 22:21:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 28 Jul 2021 11:24:04 +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