From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id mCA/ErNLgmSRAAEASxT56A (envelope-from ) for ; Thu, 08 Jun 2023 23:44:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 8OI4ErNLgmTrBwAAauVa8A (envelope-from ) for ; Thu, 08 Jun 2023 23:44: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 F011423413 for ; Thu, 8 Jun 2023 23:44:18 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q7NQL-00020X-RH; Thu, 08 Jun 2023 17:44:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7NQJ-0001zx-58 for guix-patches@gnu.org; Thu, 08 Jun 2023 17:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q7NQI-0004FD-Sw for guix-patches@gnu.org; Thu, 08 Jun 2023 17:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q7NQI-0006zX-Oo for guix-patches@gnu.org; Thu, 08 Jun 2023 17:44:02 -0400 Subject: bug#61823: [PATCH] gnu: Add tmux-plugin-continuum. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 08 Jun 2023 21:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: EuAndreh Cc: 61823-done@debbugs.gnu.org Mail-Followup-To: 61823@debbugs.gnu.org, ludo@gnu.org, eu@euandre.org Received: via spool by 61823-done@debbugs.gnu.org id=D61823.168626060126811 (code D ref 61823); Thu, 08 Jun 2023 21:44:02 +0000 Received: (at 61823-done) by debbugs.gnu.org; 8 Jun 2023 21:43:21 +0000 Received: from localhost ([127.0.0.1]:57795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7NPd-0006yM-Iz for submit@debbugs.gnu.org; Thu, 08 Jun 2023 17:43:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q7NPa-0006y9-FJ for 61823-done@debbugs.gnu.org; Thu, 08 Jun 2023 17:43:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7NPV-00046A-8z; Thu, 08 Jun 2023 17:43:13 -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=xZcs2o02XlyQof4QZxhcWdzdCX2n5eHSRHbtOIddb4Y=; b=XFG+tFklF2w+SkC6r7JP rr1gFo0N/3TMrRzhyYmaBL/CrjZPVt/3g9/X7l4WrkxB/G4llhFxio28HgRjP4MC8t+kYHF/ey0lm YyBUEP4kzK4Dm/Ts8PJBuqJRSU5ZiR7oIU+dcmEpJo726WgQ4cjFbl+LYF1Oar7pAYzriQjI1Y7KM hQ7Zc9pjJp3JP5Cgt6sDqwCLP3kv8uabrGnnBj5Jcx8gRv5diPDlAY4R57odHNEuLQqvEn1xMuChK w98y7JIGDgy8f9UO+v1UNRCdg8fKlm54diFTSkNdt2xqkQWJ/cmkykXGNYgcS5ps5SQaFyKdj5W6B h4JvjcjydJ3bXw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q7NPU-0006hQ-Sf; Thu, 08 Jun 2023 17:43:13 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230517122405.13299-1-eu@euandre.org> Date: Thu, 08 Jun 2023 23:43:11 +0200 In-Reply-To: <20230517122405.13299-1-eu@euandre.org> (EuAndreh's message of "Wed, 17 May 2023 09:24:05 -0300") Message-ID: <87y1kty6j4.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1686260659; a=rsa-sha256; cv=none; b=RTKVRubkoO9e/ZAR/jXrb+IpSg/wy1CziyAA3fzUI0b8YuIbOvdvTQqAs06TMZT6Ye8r8y yuOFnYR1ARsvI33c7zkOiaj1EwIaaORX1U3Vn79OxIqYdHyyd8yZ4Gzzp4SSiM+WeC6+Uw Nnp47ELaoNQTVxfiTpKqLLCNrTnVZAC256BZRRba3SKc5ujD+2feAngLsGm6L/7aj06Rfr FqkQJGosUxZRDDQMprU3oK9IuYSewLP5RYNNSDZkCwFXbqWeXau9zx5y26IhjT7e1x83hI RftnmZ7lIFZmOq0V4dAysXvbf6UODqxMX3V+EoSeZw+Hu7dTbX4aZ+IOBeWv3w== 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=XFG+tFkl; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1686260659; 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=xZcs2o02XlyQof4QZxhcWdzdCX2n5eHSRHbtOIddb4Y=; b=lMedjthiYv63cb7ogY2EYakKDawXb783niT6pIGl7UMpyIx/L/X97ytA7SqSIic0uOx3gF 0G3807rGQSaLELG8pJfVyq/DoAGXcWy1byRffYhLV7S6dhpRuBdlqENuRFDXvv4hk635ah 3Lm+gKle5rbRj2JvoPH6mpgpQhlTVChyxKnzSt8d7vPQX3Q2Y4jSTr88gLpsMV+8e2WWCj qFp8/IB96sqbiCadU913MnZE2ijLo/UShcZf7Yd1zunb9w6rZHj21LV/HlIEauUjB3IpAp b425Tph0hMa/U6W0YzRFOCZy11iXLUXZHrs0IbZZb9plLRfBNhCsBGmzcLHXNw== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=XFG+tFkl; 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-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -5.01 X-Spam-Score: -5.01 X-Migadu-Queue-Id: F011423413 X-TUID: wqiibeHrdUKj Hi, EuAndreh skribis: > * gnu/packages/tmux.scm (tmux-plugin-continuum): New variable. Finally applied, thanks! Ludo=E2=80=99.