From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43868) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz7W7-0000fu-SW for guix-patches@gnu.org; Tue, 04 Feb 2020 18:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz7W6-0003X7-UI for guix-patches@gnu.org; Tue, 04 Feb 2020 18:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38949) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz7W6-0003Wv-Qn for guix-patches@gnu.org; Tue, 04 Feb 2020 18:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz7W6-0007BA-NM for guix-patches@gnu.org; Tue, 04 Feb 2020 18:22:02 -0500 Subject: bug#39129: [PATCH] gnu: mutt: Enable Autocrypt support. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200114014936.GA3339771@sax.terramar.selidor.net> Date: Wed, 05 Feb 2020 00:20:53 +0100 In-Reply-To: <20200114014936.GA3339771@sax.terramar.selidor.net> (Ivan Vilata i. Balaguer's message of "Mon, 13 Jan 2020 20:49:36 -0500") Message-ID: <87eevaszvu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Ivan Vilata i Balaguer Cc: 39129-done@debbugs.gnu.org Bona nit Ivan! :-) Ivan Vilata i Balaguer skribis: > From 52e44c98e3986b8330702c090a6b2e7246ee9a5a Mon Sep 17 00:00:00 2001 > From: Ivan Vilata-i-Balaguer > Date: Mon, 13 Jan 2020 20:44:05 -0500 > Subject: [PATCH] gnu: mutt: Enable Autocrypt support. > > * gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite. > [arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and > "--with-idn2". Applied, thanks! Ludo'.