From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SNL4D1+MTGIjZgAAgWs5BA (envelope-from ) for ; Tue, 05 Apr 2022 20:37:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8O3sDF+MTGLfOQAAauVa8A (envelope-from ) for ; Tue, 05 Apr 2022 20:37:19 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D73DB16EAE for ; Tue, 5 Apr 2022 20:37:18 +0200 (CEST) Received: from localhost ([::1]:41548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nbo3K-00023w-3C for larch@yhetil.org; Tue, 05 Apr 2022 14:37:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbo35-00022H-3Y for guix-patches@gnu.org; Tue, 05 Apr 2022 14:37:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34056) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nbo34-0000qm-Q2 for guix-patches@gnu.org; Tue, 05 Apr 2022 14:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nbo34-00063S-Lh for guix-patches@gnu.org; Tue, 05 Apr 2022 14:37:02 -0400 Subject: bug#54605: [PATCH] gnu: l2md: Update to 9db252bc. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 05 Apr 2022 18:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54605 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andrew Tropin Cc: 54605-done@debbugs.gnu.org Mail-Followup-To: 54605@debbugs.gnu.org, ludo@gnu.org, andrew@trop.in Received: via spool by 54605-done@debbugs.gnu.org id=D54605.164918378223207 (code D ref 54605); Tue, 05 Apr 2022 18:37:02 +0000 Received: (at 54605-done) by debbugs.gnu.org; 5 Apr 2022 18:36:22 +0000 Received: from localhost ([127.0.0.1]:56185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbo2Q-00062F-1s for submit@debbugs.gnu.org; Tue, 05 Apr 2022 14:36:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nbo2O-000620-5w for 54605-done@debbugs.gnu.org; Tue, 05 Apr 2022 14:36:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40574) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbo2I-0000g8-BF; Tue, 05 Apr 2022 14:36:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=mE2IhNKj9gwDD5TxjYBZYTDd5+uS8CBJVUT4FGYFh5g=; b=SuHaaE1Aa5ncicc7xWHB 1RjCmyu7tTXC9gjCFg9VeE82aHaROh+1sVAc0CqXvHTg/f3M3miVksH8W2mDreCSjuCYi9qjpHcJc oW1RgaT1PoCpWDAt2i+zpH45m27J0Q0BPgVEPk3USvGdHfYnJpKFjEuTffUwVKD0llgXHBbyN8J0P ZSIeI28TyS0nBUS8VjaSdzp7jATU+djKuOeZurHfpTsTpQdcpAKwo8GbBcLB6mlv0P/tlnU5v1U17 rwet5d2FfLBP7xOY+L9xL3U2rTBFDJtLV9tWwJtPzp5PYLnnAnnyhrZ87p1eoI7oswRHcyOQ9gACd jFQTEVxvnWXBuQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57305 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nbo2H-0000aZ-F1; Tue, 05 Apr 2022 14:36:14 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <874k3iv47f.fsf@trop.in> Date: Tue, 05 Apr 2022 20:36:11 +0200 In-Reply-To: <874k3iv47f.fsf@trop.in> (Andrew Tropin's message of "Mon, 28 Mar 2022 12:02:20 +0300") Message-ID: <87r16bidic.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649183838; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=mE2IhNKj9gwDD5TxjYBZYTDd5+uS8CBJVUT4FGYFh5g=; b=R5aPhG+tH+cKC2Hwl2ktNq2hCPt+a3GjGAkQ+uaGh/QfHhvxdJfftArQrM7tRr98X2MrsK aCZ2FYfekmFjqh1hlMGnaU4mzwizQDH2RJ3N9oW1qUpO7liPG1HDJYWjdoEh1ERzP06ufj JTS1qPXxJYk/YejaGo5Iecp1bXSvUsZf/r2oSk0S4cSvs2y3Nf0d7lrkPoeCRUQVDhlzJG E1wRIEIH3GIMuTjXDQiLD4A0KVc37PnvG3MNBun43kWPpIfanOkizD5pSpC5uJ6cTx1EvU ScfCopRP3G813OfgrDjRxlgT9hOuSSz/9C2Tf7hGQP/bbQJN/6p5fVVCv5TUPw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649183838; a=rsa-sha256; cv=none; b=dtn+bMeIYyc6fHph/9d2eN0LrRxq0+xrfTrQhWjXtPhVTdLyZa21oMaJCDXL55fLMZcjB5 3JqVEIPp8e+FThjeTluj3NOFvAv22wr8PmvQqaXjWCFOVej7l8ZqO464AY51IUaq8LD5B8 +eiwF00WLJz0cBy//mNKQ9BYRnlrraecL3svwaiVppJXP/yW84Ayf/DkGKA3qUsuH9IUb7 Z8fw3F+nALUXgyvYQK2bsRI6x1QB6D8UHz1l9unIe+uTz2baEWDWzuP9lqquoh6ZcF0QMn EzO5A8yD3QMwBvJoJkmfqrVpB0i8r0xYASNW4RQ7KQ9/zlMZWOp2BFN9nD4RGA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SuHaaE1A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SuHaaE1A; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D73DB16EAE X-Spam-Score: -3.97 X-Migadu-Scanner: scn1.migadu.com X-TUID: kXBRd78qmbbh Hi, Andrew Tropin skribis: > * gnu/packages/mail.scm (l2md): Update to 9db252bc. Applied, thanks! Ludo=E2=80=99.