From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 09 07:26:43 2017 Received: (at submit) by debbugs.gnu.org; 9 Dec 2017 12:26:44 +0000 Received: from localhost ([127.0.0.1]:53185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNeDK-0004oy-3v for submit@debbugs.gnu.org; Sat, 09 Dec 2017 07:26:43 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNeDH-0004oi-Uf for submit@debbugs.gnu.org; Sat, 09 Dec 2017 07:26:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNeDC-0007jE-11 for submit@debbugs.gnu.org; Sat, 09 Dec 2017 07:26:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39061) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eNeDB-0007j3-Sv for submit@debbugs.gnu.org; Sat, 09 Dec 2017 07:26:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eNeDA-0000bn-PO for guix-patches@gnu.org; Sat, 09 Dec 2017 07:26:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eNeD5-0007dp-R5 for guix-patches@gnu.org; Sat, 09 Dec 2017 07:26:32 -0500 Received: from aibo.runbox.com ([91.220.196.211]:35394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eNeD5-0007ch-Ja for guix-patches@gnu.org; Sat, 09 Dec 2017 07:26:27 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eNeD4-0001uj-GT for guix-patches@gnu.org; Sat, 09 Dec 2017 13:26:26 +0100 Received: from dslb-092-073-183-021.092.073.pools.vodafone-ip.de ([92.73.183.21] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eNeCv-0008JO-Ci for guix-patches@gnu.org; Sat, 09 Dec 2017 13:26:17 +0100 Date: Sat, 9 Dec 2017 12:26:16 +0000 From: ng0 To: guix-patches@gnu.org Subject: neomutt 20171208 Message-ID: <20171209122616.jovta3kctvfjm7uw@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yh3baqqhxjirur5o" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) --yh3baqqhxjirur5o Content-Type: multipart/mixed; boundary="rdm2nsutesg6du65" Content-Disposition: inline --rdm2nsutesg6du65 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable neomutt 20171208. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --rdm2nsutesg6du65 Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0003-gnu-neomutt-Update-to-20171208.patch" Content-Transfer-Encoding: quoted-printable =46rom 6dc6f85ab0b68ec31086437633f9fcbeb639eea1 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 9 Dec 2017 12:24:02 +0000 Subject: [PATCH 3/3] gnu: neomutt: Update to 20171208. * gnu/packages/mail.scm (neomutt): Update to 20171208. --- 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 7f5786b5b..d4ddbcb67 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -279,7 +279,7 @@ operating systems.") (define-public neomutt (package (name "neomutt") - (version "20171027") + (version "20171208") (source (origin (method url-fetch) @@ -287,7 +287,7 @@ operating systems.") "/archive/" name "-" version ".tar.gz")) (sha256 (base32 - "10z523cy3s6syh0mwpsncl87wrvyzsk99y7nzicwvx6y3hmdw01d")))) + "0dfp7m794ws6vg029zx7wrrjrscrnmi8cvbzqzgxafl97bbjipwz")))) (build-system gnu-build-system) (inputs `(("cyrus-sasl" ,cyrus-sasl) --=20 2.15.1 --rdm2nsutesg6du65-- --yh3baqqhxjirur5o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlor1mgACgkQ4i+bv+40 hYi7JQ//ZMRvQiMMfC9ZhFP/bm4WJxBuEz0rXX2T+b8Cv3RODyfN0UPdTrBQo8BV pUb6tA2IZnUEeh+hMmjQjjT6j5ULL+qReFAQQ8w1xrYniKpkIsosvvbMQqXbZ1Fv 32msaXpj2AWtoOT2CynRuU/d9XgTPBE/nM9Q+3l0BjmW5AIJBdP0vc5nZ7/Pyar1 uXkQznEAonazOeIOl/kAslCq9BQsqifXQFUh40Ic1/zvmvJVP30Iw+YzmBhBDn21 phM28j6K7smvsO7EUkGRyQZixooEG3w+DGyZx5NinJqhykW8p1mRvD/nFnmVuDy2 ciBuj4Q1GStcjprQvDcrUdEkABe+kKWKA5/pcJApZi3dE9IhlvTLzMF29++hNZdX MdEicC07iE8iz5wDU5kaQIDEyDo785WVBpa6GHntYUUf0GiOtWE+6KzfwiFsg5Wk T0ao5KkgKUhqi6Ejw9y9HpbA6erCTppBFRUA9Jp1HkQOgk3SXl+JjfX2mo7lgLUV X+2stO97qctRcU+WLeMS+bea1UNlmTmHOMBc2kUKMfG8V0yfVqufQfDip5ZjFvB3 oKuN2DXM5eRYRNyTUq5WPRPxl+dm4IIUSf0mWBOkkTWdGlQUmSWtLDWLOQasMA3b 3Fo69mvuE8qJlYj6wPtpn/7ClcGicLGMqQTwCkt3xkzFsIrU4rU= =rdpq -----END PGP SIGNATURE----- --yh3baqqhxjirur5o-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 09 16:18:40 2017 Received: (at 29623-done) by debbugs.gnu.org; 9 Dec 2017 21:18:40 +0000 Received: from localhost ([127.0.0.1]:54198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNmW8-00043P-HT for submit@debbugs.gnu.org; Sat, 09 Dec 2017 16:18:40 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57979) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eNmW7-00043H-5V for 29623-done@debbugs.gnu.org; Sat, 09 Dec 2017 16:18:39 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 17232207EF; Sat, 9 Dec 2017 16:18:39 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sat, 09 Dec 2017 16:18:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=pYZL2ZPvBV1xcJH9tpMqbj0p58K2fAeGcfHe8ybrF4k=; b=mtIX4 Ps8/OT+uEO25DCzhfKmbrWykGlL6n5A4zGXoYvu+KAXWJfARuQcQFkStCpoadHzk IFywxBBpBWwgVHFMwIe0hUFHJjEQ6m/y3YVQKV+3Z0rqx+5bGuAeKdhf9DHXidq5 FKVp7eiAs4cG8N6JJhvYJipnhK67Iv5UMTIaxE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=pYZL2ZPvBV1xcJH9tpMqbj0p58K2f AeGcfHe8ybrF4k=; b=Udf6SqQ6IQ4AyfMz7LXH7unQLXW6JWonEKf82zZtk90/I ECoY6bozfQeT4ohrlbGeKuF/wYrQ5Tt4XvuIIZeFPa54yBQkVOMt+LXV61CZPsnO nxdpZhIDcgwb3yxsUMoPLwDNCC+AyRU95s8AYc8bVWq+6nuIydMZTon5jJWtqHuw 3NkZ27J5ueWZunoqkg0rcymxYc0nPwP0xwHoaPx32O1oCtl0Wrnvs8DBwddkU5bc P3/HKCEK0bTBnLPfgqi1BChukJC9n1izm9BqwoXOALuNQqO/WzO9Oa+KC1giCx0G 338R+tVJRj9x4lOZfiIqC4XHTFy6dPM4cG2XD0jEg== X-ME-Sender: Received: from localhost (c-73-165-108-70.hsd1.pa.comcast.net [73.165.108.70]) by mail.messagingengine.com (Postfix) with ESMTPA id BB4247E56E; Sat, 9 Dec 2017 16:18:38 -0500 (EST) Date: Sat, 9 Dec 2017 16:18:38 -0500 From: Leo Famulari To: ng0 Subject: Re: [bug#29623] neomutt 20171208 Message-ID: <20171209211838.GB11961@jasmine.lan> References: <20171209122616.jovta3kctvfjm7uw@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nVMJ2NtxeReIH9PS" Content-Disposition: inline In-Reply-To: <20171209122616.jovta3kctvfjm7uw@abyayala> User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29623-done Cc: 29623-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.7 (/) --nVMJ2NtxeReIH9PS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 09, 2017 at 12:26:16PM +0000, ng0 wrote: > neomutt 20171208. > --=20 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys > WWW: https://n0.is > From 6dc6f85ab0b68ec31086437633f9fcbeb639eea1 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sat, 9 Dec 2017 12:24:02 +0000 > Subject: [PATCH 3/3] gnu: neomutt: Update to 20171208. >=20 > * gnu/packages/mail.scm (neomutt): Update to 20171208. Thanks! Pushed as 78f60e04b19383b0abb3d688ea702cb8feedc645 --nVMJ2NtxeReIH9PS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlosUy4ACgkQJkb6MLrK fwgs8RAAoTlJa+CbNIPoDzfh04PeU+zG5VoU6xnZDmGgvut/r/KrSmF2y69rvGHz dcYWmPIQA+JFJ+GDfi33iBckMCMzZdA9uDk2LvvlrxJ/4NfhMxqG2qfIzLtTPxuc GRXVEySMQqbSpDOkJuJflq5gMm2mGNt06PXjmfnbnnrBbhXWi6BT/qlhCvOX4yj2 by/nBSq/chsD5wu8zURg7iZyMqKzz1NCzznYyCtY8XIADWMbjJ9YMnY971vIzKoR uHBp8p2qmmLl066Oke3IqQ2AJlY2wTE2yEGJTwAYYh1Mb+fR9Ldt7/lU3RtgUQBL 0pED3QCjtR65hGB3gTva1Eb6xkinse8H3ssNYQmB0WWw+zG6vKi/5u1ioY/unl5i ATbbZZQ/hciDZCRRwbA4NsFp44a+JaZ2RmmfbHGjp1FWwd4oFHoQLxX+CUyXTIOZ PJypD6XZTg1Eze8k2LjexgAOoaMNuQ4BPfWXhpolm7rxs8GvlJP38cI8qY17hKDC nCqleGr9Zca4xsAkM0qRe0sfbljxW2M5nMDTemTk+Qbu4Xp7j1NkSPgaDoQ0jzhc FNi7gdvNm1XCkzZIc0o1/qpgSVfTDBK/kEhmdK9L5xE84FIo+cA5mMbOOmnKakTw 33dzqhwQ2qvRtQxtx5rkRN9aydROtA3u/92GJQcsSfA1p0VROW0= =iTlw -----END PGP SIGNATURE----- --nVMJ2NtxeReIH9PS-- From unknown Tue Aug 12 08:34:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 07 Jan 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator