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 oKK0Ev0DNWJDTgEAgWs5BA (envelope-from ) for ; Fri, 18 Mar 2022 23:13:17 +0100 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 sCx4D/0DNWLXFQEAauVa8A (envelope-from ) for ; Fri, 18 Mar 2022 23:13:17 +0100 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 4A11139200 for ; Fri, 18 Mar 2022 23:13:15 +0100 (CET) Received: from localhost ([::1]:40656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVKqP-0000Ze-OY for larch@yhetil.org; Fri, 18 Mar 2022 18:13:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVKqF-0000YR-L5 for guix-patches@gnu.org; Fri, 18 Mar 2022 18:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVKqF-0003SO-8S for guix-patches@gnu.org; Fri, 18 Mar 2022 18:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nVKqF-000594-2m for guix-patches@gnu.org; Fri, 18 Mar 2022 18:13:03 -0400 Subject: bug#54431: [PATCH] doc: Fix wrong variable name. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 18 Mar 2022 22:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54431 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: EuAndreh Cc: 54431-done@debbugs.gnu.org Mail-Followup-To: 54431@debbugs.gnu.org, ludo@gnu.org, eu@euandre.org Received: via spool by 54431-done@debbugs.gnu.org id=D54431.164764154419697 (code D ref 54431); Fri, 18 Mar 2022 22:13:02 +0000 Received: (at 54431-done) by debbugs.gnu.org; 18 Mar 2022 22:12:24 +0000 Received: from localhost ([127.0.0.1]:58567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVKpc-00057d-Ap for submit@debbugs.gnu.org; Fri, 18 Mar 2022 18:12:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVKpa-00057O-U4 for 54431-done@debbugs.gnu.org; Fri, 18 Mar 2022 18:12:23 -0400 Received: from [2001:470:142:3::e] (port=36448 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVKpN-0003P0-U9; Fri, 18 Mar 2022 18:12: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=zOlZgeNKuu5ZTpjKScRuC6GrDFzCGqBOskTsAQONSMI=; b=PDZkucIn8LO9afLfYZFO EgvaQxjyM0bPEvcDjDcOwUsq372nuxtpZ56LDGCGmD2kHL7egbgXR2vJjKzxklH98pBVGNjgOJZ0m DR19uNsL81uMpbp7t9mkhq+39IrG67gpGSbXxQ699U7ItWJ2RfJlAPyjfVLnTcfExXOsTk/ODj959 4lqQgW4Q1wHZEKbV2QV87Ml64DovLiomPN9VRXR2PED4iS7PPVdUUcO7gNIpUJmL08IUh60spkjcI 1xJSHMNxrzJ9sdzxVN/bkBB6qyYr1moPPU55i9ZaE+P3mpsXnwEk11duzsDEsO2DJd0qkbsGSKSEG CKLKnJTb9sg/Sg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:63249 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVKpN-0001Pw-1e; Fri, 18 Mar 2022 18:12:09 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220316231423.4007620-1-eu@euandre.org> Date: Fri, 18 Mar 2022 23:12:06 +0100 In-Reply-To: <20220316231423.4007620-1-eu@euandre.org> (EuAndreh's message of "Wed, 16 Mar 2022 20:14:23 -0300") Message-ID: <878rt6q5ah.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=1647641595; 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=zOlZgeNKuu5ZTpjKScRuC6GrDFzCGqBOskTsAQONSMI=; b=rfl79fIRLE5AkV9/7pB9cd0DTTQvTJHShW3R7EtXFTpzcIQtVyrn3iTxKJLHfupnD1RShE 4cwsVRxc1/wk+vMEayULM5ft55I+k3Z2YkJPjLKLNFGJ5aJ2m8EpynWHojf5BKEuK09H60 +i7ZawsE3AgnkeUPsejT6d4SEkJbL2GzQG5aBkDiCDRva2lA3H1HnXFHI1T8WTz8HOwJAG 9q9A3EBDTASW9F+4k6xRJex0VPOTtNyjaK69hLyrDhCNFlUAqlXYKvCmSYHw9DN00MF6va MPhatCYF+2Bo/Y5TithQ1iv9wuKshoUE4qtJXTCONbeyCSTZDPcABsmpseDiNg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647641595; a=rsa-sha256; cv=none; b=OEaqwOe1aqzs/utHc7En5/TxxC0kXOj7uUiD/Sp3wFiNNaBnwKe86jvw5aGM8S8ADLbWVs kHYwIFCbW8lj5/KZ9w5icrdGPTJVBbtqfW8BYcm5NEYd5Q1z1XzSoSfP/b4wO4NenDYZVU wLDTuEe7gm5Y3vBd1zOuovKk1A3xUV4JJqsAvysYNx+RCbD3lu35QvLjWlr6LmQWrln7Ct tTcanRBkGKBPVfREmPdRXI7anqV/JFI6XwGOrcmlsi5F/p87LOGDYXgckL6FaK7kfBHyrs f+kGdUeP6dSuiSiuVQn1EEKzPmimJN4uFzWJW2tfVAq7sF0aLu4hSRPcwcAZnA== 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=PDZkucIn; 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.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=PDZkucIn; 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: 4A11139200 X-Spam-Score: -3.74 X-Migadu-Scanner: scn1.migadu.com X-TUID: Pzr/ALfm6TcR Hi, EuAndreh skribis: > * doc/guix.texi (Mail services): use correct variable name. Applied, thanks! Ludo=E2=80=99.