From unknown Wed Sep 10 03:20:16 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Feb 2021 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46753 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46753@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161417644220014 (code B ref -1); Wed, 24 Feb 2021 14:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 14:20:42 +0000 Received: from localhost ([127.0.0.1]:33941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEv1u-0005Ck-Ja for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:20:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:56744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEv1t-0005Cc-5R for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:20:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEv1s-0005dm-W4 for guix-patches@gnu.org; Wed, 24 Feb 2021 09:20:41 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39176 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 1lEv1q-0000Kq-CQ for guix-patches@gnu.org; Wed, 24 Feb 2021 09:20:40 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614176433; bh=5KKwEIdhydEsa81RWm7HzscGj51+hnnX+wPskIALwys=; h=From:To:Subject:Date; b=eKp9pZ7EzcgmryCKliT5f6/AyzRglWZo4DHlT0FkCUUgwaZ5gYqJGvJzn7UN1Avbm auo6FD37dbm520PoBZ3YPuxmLLENSesknAqohxYO9zBb0aAsJDyZdKzrYvJtLDuEvc 4xDuIoO5kdBKio4nTelW47eYJapJdH/vTmM+7WA8= Message-Id: Date: Wed, 24 Feb 2021 15:20:33 +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: 21 X-Spam_score: 2.1 X-Spam_bar: ++ X-Spam_report: (2.1 / 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.735, PDS_OTHER_BAD_TLD=1.967, 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.9 (+) 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.31.4. Signed-off-by: Xinglu Chen --- 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 6b1dbdf92a..bd2e48d533 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1249, 14 +1249, 14 @@ invoking @command{notifym [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 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)] -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.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.7 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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.1 (/) * gnu/packages/mail.scm (notmuch): Update to 0.31.4. Signed-off-by: Xinglu Chen --- 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 6b1dbdf92a..bd2e48d533 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1249,14 +1249,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.31.3") + (version "0.31.4") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 (base32 - "1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28")))) + "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) base-commit: 95b3e16a3d1d79a7bd58a57187b039a08d3719eb -- 2.30.0 From unknown Wed Sep 10 03:20:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#46753: closed (Re: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4.) Message-ID: References: <87wnuxfo82.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 46753 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46753@debbugs.gnu.org Date: Wed, 24 Feb 2021 16:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1614182582-31224-1" This is a multi-part message in MIME format... ------------=_1614182582-31224-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46753: [PATCH] gnu: notmuch: Update to 0.31.4. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46753@debbugs.gnu.org. --=20 46753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46753 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1614182582-31224-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46753-done) by debbugs.gnu.org; 24 Feb 2021 16:02:47 +0000 Received: from localhost ([127.0.0.1]:35541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEwch-00087A-18 for submit@debbugs.gnu.org; Wed, 24 Feb 2021 11:02:47 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:51503) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEwcf-00086w-5M for 46753-done@debbugs.gnu.org; Wed, 24 Feb 2021 11:02:45 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6E3A2240002; Wed, 24 Feb 2021 16:02:37 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4. References: Date: Wed, 24 Feb 2021 17:02:37 +0100 In-Reply-To: (Xinglu Chen's message of "Wed, 24 Feb 2021 15:20:33 +0100") Message-ID: <87wnuxfo82.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/mail.scm (notmuch): Update to 0.31.4. 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.183.193 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.193 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 46753-done Cc: 46753-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.31.4. Applied. Thank you. > Signed-off-by: Xinglu Chen Note that we do not sign off our own patches. Regards, -- Nicolas Goaziou ------------=_1614182582-31224-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 14:20:42 +0000 Received: from localhost ([127.0.0.1]:33941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEv1u-0005Ck-Ja for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:20:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:56744) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEv1t-0005Cc-5R for submit@debbugs.gnu.org; Wed, 24 Feb 2021 09:20:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEv1s-0005dm-W4 for guix-patches@gnu.org; Wed, 24 Feb 2021 09:20:41 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39176 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 1lEv1q-0000Kq-CQ for guix-patches@gnu.org; Wed, 24 Feb 2021 09:20:40 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614176433; bh=5KKwEIdhydEsa81RWm7HzscGj51+hnnX+wPskIALwys=; h=From:To:Subject:Date; b=eKp9pZ7EzcgmryCKliT5f6/AyzRglWZo4DHlT0FkCUUgwaZ5gYqJGvJzn7UN1Avbm auo6FD37dbm520PoBZ3YPuxmLLENSesknAqohxYO9zBb0aAsJDyZdKzrYvJtLDuEvc 4xDuIoO5kdBKio4nTelW47eYJapJdH/vTmM+7WA8= To: guix-patches@gnu.org Subject: [PATCH] gnu: notmuch: Update to 0.31.4. Message-Id: Date: Wed, 24 Feb 2021 15:20:33 +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: 21 X-Spam_score: 2.1 X-Spam_bar: ++ X-Spam_report: (2.1 / 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.735, PDS_OTHER_BAD_TLD=1.967, 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.9 (+) 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.31.4. Signed-off-by: Xinglu Chen --- 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 6b1dbdf92a..bd2e48d533 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1249, 14 +1249, 14 @@ invoking @command{notifym [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 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)] -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.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.7 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.1 (/) * gnu/packages/mail.scm (notmuch): Update to 0.31.4. Signed-off-by: Xinglu Chen --- 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 6b1dbdf92a..bd2e48d533 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1249,14 +1249,14 @@ invoking @command{notifymuch} from the post-new hook.") (define-public notmuch (package (name "notmuch") - (version "0.31.3") + (version "0.31.4") (source (origin (method url-fetch) (uri (string-append "https://notmuchmail.org/releases/notmuch-" version ".tar.xz")) (sha256 (base32 - "1jisflxdly1nlyy17212ch3hk96dns4j9f5552jz724gs2p42h28")))) + "0magnyjjhhv11nwcm2596hdxszrj61y69i0hmwqdc3v6cxjvcqc6")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) base-commit: 95b3e16a3d1d79a7bd58a57187b039a08d3719eb -- 2.30.0 ------------=_1614182582-31224-1-- From unknown Wed Sep 10 03:20:16 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46753] [PATCH] gnu: notmuch: Update to 0.31.4. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Feb 2021 17:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46753 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 46753-done@debbugs.gnu.org Received: via spool by 46753-done@debbugs.gnu.org id=D46753.161418604423619 (code D ref 46753); Wed, 24 Feb 2021 17:01:02 +0000 Received: (at 46753-done) by debbugs.gnu.org; 24 Feb 2021 17:00:44 +0000 Received: from localhost ([127.0.0.1]:35765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExWl-00068f-M0 for submit@debbugs.gnu.org; Wed, 24 Feb 2021 12:00:43 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:50768 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExWk-00060t-B0 for 46753-done@debbugs.gnu.org; Wed, 24 Feb 2021 12:00:43 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1614186034; bh=bUaG/Mkq4xbEe5+zaolXtTxpoJD/6HrevgHBws99oc4=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=KpTZYCyytmemfbcmgZL53Nksk0c8WGuawRnHgWnBl2kZIcyRspFum1Bfrh1FDVxK3 FHs5aHG1Hkoru7eU+4g9TJTFV6ewjsqNlHPalXuA4NFfZK94p6db73tXE3rugmDqKN boGhVfW8VMNZVdFY6pQ1IFsck+WJWZu933SEyL3k= In-Reply-To: <87wnuxfo82.fsf@nicolasgoaziou.fr> References: <87wnuxfo82.fsf@nicolasgoaziou.fr> Date: Wed, 24 Feb 2021 18:00:31 +0100 Message-ID: <87ft1lieog.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain 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: On Wed, Feb 24 2021, Nicolas Goaziou wrote: >> Signed-off-by: Xinglu Chen > > Note that we do not sign off our own patches. Ok, I will keep this in mind next time. Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 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: 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: On Wed, Feb 24 2021, Nicolas Goaziou wrote: >> Signed-off-by: Xinglu Chen > > Note that we do not sign off our own patches. Ok, I will keep this in mind next time. Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS On Wed, Feb 24 2021, Nicolas Goaziou wrote: >> Signed-off-by: Xinglu Chen > > Note that we do not sign off our own patches. Ok, I will keep this in mind next time.