From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4B2wM7hnEWUogAAAauVa8A:P1 (envelope-from ) for ; Mon, 25 Sep 2023 12:58:01 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 4B2wM7hnEWUogAAAauVa8A (envelope-from ) for ; Mon, 25 Sep 2023 12:58:00 +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 C11D86020F for ; Mon, 25 Sep 2023 12:58:00 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=none; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695639480; 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: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; bh=pIj+6i8A8frlLsezAk5YF7fb3kO/YriIihbxlM3B4Qk=; b=d2id7+zujqxXJGVphayntEcavCaLcZJn7LJ7tThYyJSEMc7BTLPuVn9OnirTnHcht4nsHA 22D+BORalZxNIZAStzxOkR3ZKa048+5kuhe2jR3GxJqNb0DkyhVfH14sXJPVip+7nqPrqg cYmJPhvP9l1Ji3x8jzPizQCFwU4jR0r4MrOzXe058xUXajug5cqaIoFj8ahiO9pR+TbI/L WSgJpf4Khn+HlnfPdtIS5X6NBzyXusQHC9Tm07G38LLhvU4dwMa9veOXBBosSXK99zW04Z b6neE/tZQ3n8wKmY7s2xvFUZYDazk9mZR1lvdijCkQGiEtp9Xg0MXokB2wZj5Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695639480; a=rsa-sha256; cv=none; b=IAYWLUp9iTwuVqQSu0l1xu9Bae+v6T6Xqucfu2i24pNE9Dk5dF0/EEHSeWL9RsLIMAsAMK NkvH2FrmXBUWNHVNekB1K9P6ktCB0Qm1Ng5oIiOKtYBzcxS0cR4etTO9B7D2QoxOxcYvdk 6zaC8V2vJ0ELQXbwaFxLZIKM3SBuIKOksMtD6r8HO/HvFc4aWrpYBYEeGIiVKEeVQrmLj8 Y0GtDGxUPCCl7R2OGUxjHRCgGV/54xSmYDcUmPXr8XZhB6hzpIVDF7XQlWFf6e/zYUNKti Z58UCPTsHYzCYzqk2bHLA0L4uAc8xDgFrbO78cjVDOd5rWUmdbajiEa3YeT7qQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; 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"; dmarc=none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qkjHk-0001vh-IT; Mon, 25 Sep 2023 06:57:53 -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 1qkjHi-0001vL-SN for guix-patches@gnu.org; Mon, 25 Sep 2023 06:57:50 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qkjHi-0007WE-K8 for guix-patches@gnu.org; Mon, 25 Sep 2023 06:57:50 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qkjHu-0008ET-Jt for guix-patches@gnu.org; Mon, 25 Sep 2023 06:58:02 -0400 Subject: bug#66038: [PATCH] gnu: muchsync: Update to 7. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 25 Sep 2023 10:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66038 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hendursaga Cc: 66038-done@debbugs.gnu.org, guix-patches@gnu.org Mail-Followup-To: 66038@debbugs.gnu.org, mail@cbaines.net, hendursaga@aol.com Received: via spool by 66038-done@debbugs.gnu.org id=D66038.169563944431564 (code D ref 66038); Mon, 25 Sep 2023 10:58:02 +0000 Received: (at 66038-done) by debbugs.gnu.org; 25 Sep 2023 10:57:24 +0000 Received: from localhost ([127.0.0.1]:44389 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qkjHI-0008D0-AM for submit@debbugs.gnu.org; Mon, 25 Sep 2023 06:57:24 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:36667) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qkjHG-0008Cs-QU for 66038-done@debbugs.gnu.org; Mon, 25 Sep 2023 06:57:23 -0400 Received: from localhost (unknown [217.155.61.229]) by mira.cbaines.net (Postfix) with ESMTPSA id E3CB227BBE2; Mon, 25 Sep 2023 11:57:09 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 290656d4; Mon, 25 Sep 2023 10:57:09 +0000 (UTC) References: <0b38d5ae8f6461cf5c95c9965bfc3970d043e598.1694900842.git.hendursaga.ref@aol.com> <0b38d5ae8f6461cf5c95c9965bfc3970d043e598.1694900842.git.hendursaga@aol.com> User-agent: mu4e 1.10.5; emacs 28.2 From: Christopher Baines Date: Mon, 25 Sep 2023 11:56:07 +0100 In-reply-to: <0b38d5ae8f6461cf5c95c9965bfc3970d043e598.1694900842.git.hendursaga@aol.com> Message-ID: <87fs325xmi.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -8.34 X-Spam-Score: -8.34 X-Migadu-Queue-Id: C11D86020F X-TUID: f11axYcwKWO/ --=-=-= Content-Type: text/plain Hendursaga via Guix-patches via writes: > * gnu/packages/mail.scm (muchsync): Update to 7. > --- > gnu/packages/mail.scm | 22 ++++++++++------------ > 1 file changed, 10 insertions(+), 12 deletions(-) Thanks for the patch. I've tweaked the patch to remove the indentation changes, as I wasn't sure those were intentional, and I've added a bit to the commit message about the change to https, as that seems sensible. Pushed to master as 7a563a4fafba05db0f423d9c4a7badc8f394182f. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmURZ4VfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe7dQ/+KkKWypRPotmJsW+Lw8CepycSHamhq2JE 4BoHd/A4FiNZ/xxicyYZwYMjozSygq/Rj60GVCO3xzlXiPI/RBKJUs96KQ/P7dgR NjFlyK4nb5Vh/I1ERUigYmUBlhDtEG4Tzhlp9bCwWq+cGm4cKxflK1VGx184Q/jn 2ud0rEEMVrBoxV7j2zT8hahQ67HWWwRW9fgHxSgBgvQoS25h44rf2O9iKCk5WYDO XZjSkWxxX69sQa5Jc145q2SIsr0LmdLHz5IyfiM9nJrJEWr8ydYAmKNdEEgjp1Lg Jg2QuD0SWDnZ49Xg8IdF03TUii56QERErzrE8DAqGUa8e8mEW8XY7GAfPbiEddav tpc2hvdyViCJV2pBtPEOPUgi11QliDw19x7T6JklT8vzlDPYgVmomt74GX1BUsjR 3fEvgxxpiAy2EWk+B+8kIhplcXXMQt5WbQ0SgCzWolnYpu0WKFAw5ZTqWC9vLPuV bmVQJflp8+d+BS9MAJYybVCcisckCF2VJmZSwEYAPfoH/qcKwqT0OwNShKVkfgDT KkXdShZtgA8gNfaLbKWuf5r28Cp0u7jjHCKAgt9M7qVPIvVSlGE5Ql35vHwHfMyo DIngJC6AUzFXNk4wTGVajrSXh0wyHTLuQjwt23/Y1p5R9bwAngohZy74eCpJloWI 0xEdAGvjnOE= =ER1I -----END PGP SIGNATURE----- --=-=-=--