From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLWmg-0006mg-M9 for guix-patches@gnu.org; Thu, 15 Jun 2017 11:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLWmZ-0002sS-0F for guix-patches@gnu.org; Thu, 15 Jun 2017 11:34:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47097) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLWmY-0002sN-SR for guix-patches@gnu.org; Thu, 15 Jun 2017 11:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLWmY-0000Yh-MU for guix-patches@gnu.org; Thu, 15 Jun 2017 11:34:02 -0400 Subject: [bug#27378] neomutt: Update to 20170609 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLW0o-0002I7-T0 for guix-patches@gnu.org; Thu, 15 Jun 2017 10:44:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLW0l-00078D-OO for guix-patches@gnu.org; Thu, 15 Jun 2017 10:44:42 -0400 Received: from aibo.runbox.com ([91.220.196.211]:58944) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLW0l-00075n-Gj for guix-patches@gnu.org; Thu, 15 Jun 2017 10:44:39 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dLW0g-0002Cv-Te for guix-patches@gnu.org; Thu, 15 Jun 2017 16:44:34 +0200 Received: from [89.187.143.81] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dLW0P-0007dI-0r for guix-patches@gnu.org; Thu, 15 Jun 2017 16:44:17 +0200 Date: Thu, 15 Jun 2017 14:44:14 +0000 From: ng0 Message-ID: <20170615144414.yjdhphkmqtmwo7ov@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4tty27jd6thxrr2t" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27378@debbugs.gnu.org --4tty27jd6thxrr2t Content-Type: multipart/mixed; boundary="d746e55nk4mdajyy" Content-Disposition: inline --d746e55nk4mdajyy Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch appended. --=20 ng0 OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 https://krosos.org/~/ng0/ https://www.infotropique.org --d746e55nk4mdajyy Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-neomutt-Update-to-20170609.patch" Content-Transfer-Encoding: quoted-printable =46rom ae24284f06aaf13e2949c2c70d305b2046a6fa5f Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Thu, 15 Jun 2017 10:23:17 +0000 Subject: [PATCH 1/2] gnu: neomutt: Update to 20170609. * gnu/packages/mail.scm (neomutt): Update to 20170609. (arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap', 'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now enabled by default. --- gnu/packages/mail.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 02a4f2602..f4003d739 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -15,7 +15,7 @@ ;;; Copyright =C2=A9 2016 Lukas Gradl ;;; Copyright =C2=A9 2016 Alex Kost ;;; Copyright =C2=A9 2016 Troy Sankey -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 Cl=C3=A9ment Lassieur ;;; Copyright =C2=A9 2016, 2017 Arun Isaac ;;; Copyright =C2=A9 2016 John Darrington @@ -265,7 +265,7 @@ operating systems.") (package (inherit mutt) (name "neomutt") - (version "20170602") + (version "20170609") (source (origin (method url-fetch) @@ -273,7 +273,7 @@ operating systems.") "/archive/" name "-" version ".tar.gz")) (sha256 (base32 - "1kzhkz8bdqbdh5b6pzqb6ikp8d3nsic906b5pkmi6qlaga32yxjk")))) + "1kdhnhdlv84v6brhqgh8g0h6cpcbwfc59b4g09zkkgqc4fnggapy")))) (inputs `(("cyrus-sasl" ,cyrus-sasl) ("gdbm" ,gdbm) @@ -296,10 +296,7 @@ operating systems.") ("pkg-config" ,pkg-config))) (arguments `(#:configure-flags - (list "--enable-smtp" - "--enable-imap" - "--enable-pop" - "--enable-gpgme" + (list "--enable-gpgme" =20 ;; database, implies header caching "--without-tokyocabinet" @@ -325,8 +322,6 @@ operating systems.") "--with-mailpath=3D/var/mail" =20 "--with-external-dotlock" - "--enable-nntp" - "--enable-compressed" =20 (string-append "--with-curses=3D" (assoc-ref %build-inputs "ncurses"))) --=20 2.13.1 --d746e55nk4mdajyy-- --4tty27jd6thxrr2t Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAllCnT4ACgkQ4i+bv+40 hYgqBA//dGFho+4uD1uxTkBuYAtBwfzjqa1eBksboBv0XwuN02YaGS0qtXdEwcT0 FJJyYcck9LIn70NXYNkZmItZ09CnMRBOn/YuwncE4ue9cqC37liTSZJrKqPswxl8 T6RKa7H8fBIAbH8MsnboT7oEKnresnrmc6ZwEjdzapG7MibA/QxfF3ca2eXyw+lH RA58ZrJoLfzJ6T08o4O/+xbJuetmkPrmgB4FqrVFdncJ5EtUdmdjur3VZ08+uTzl wyCvQFsMLp5dWt0BwJDHrQhXRve9ivNb3YNqpQI3JaxRTRMVsePxOAtbiAX/wsm1 PpfuxPxhLbwmLpjq4JijsiGl9oqYJdXBQfHivfv29WORhkM6TRAZlcx2bs2OkCux Fb/1fmYYI+dvwyOzHBgIvXU7DcsUpd8BF1g2Ob2pKAGohedSJTJhF936bGB9tkv6 lEJsBzlLuR3tyHD1bENR+itpRF4VCHFsqzbsh5cznGP2HO7YGghVVzWOpJL84rnA EFSsIwLnxiJCo2GoMjiUd4orEH0T93QT+2yCUTscuFPWifVjv2ZwYd+njBXlkoVN a+7QqJjGVNU3c94TrzzkjPK6aAH3kqehBYtOpe6gJ3IOlkVVEEP4K5ce/tww0Q5M Q3HXhblEBvI7ZUggxp9lGuqgvxllF4GSaLG3r2+FH2AKaThS8dc= =34tZ -----END PGP SIGNATURE----- --4tty27jd6thxrr2t--