From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: mutt: Enable header caching. Date: Mon, 21 Mar 2016 16:49:51 -0400 Message-ID: <20160321204951.GA30577@jasmine> References: <87d1qn7pca.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai6lv-0002Vo-E8 for guix-devel@gnu.org; Mon, 21 Mar 2016 16:49:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ai6lt-00024F-J0 for guix-devel@gnu.org; Mon, 21 Mar 2016 16:49:55 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ai6lt-00023f-FU for guix-devel@gnu.org; Mon, 21 Mar 2016 16:49:53 -0400 Content-Disposition: inline In-Reply-To: <87d1qn7pca.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Mar 21, 2016 at 05:44:37PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/mail.scm (mutt)[inputs]: Add gdbm. > > [arguments]: Pass --enable-hcache to #:configure-flags. > > I don’t use Mutt but this LGTM! > > > (inputs > > `(("cyrus-sasl" ,cyrus-sasl) > > + ("gdbm" ,gdbm) > > Maybe add “for header caching” as a margin comment. Done in b0bb01369! > > Thanks, > Ludo’.