From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] gnu: mutt: Enable header caching. Date: Sun, 20 Mar 2016 22:47:05 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahps9-00081e-Fx for guix-devel@gnu.org; Sun, 20 Mar 2016 22:47:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahps4-0002Rt-L1 for guix-devel@gnu.org; Sun, 20 Mar 2016 22:47:13 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahps4-0002Rp-HR for guix-devel@gnu.org; Sun, 20 Mar 2016 22:47:08 -0400 Received: from localhost.localdomain (c-73-46-63-161.hsd1.fl.comcast.net [73.46.63.161]) by mail.messagingengine.com (Postfix) with ESMTPA id C7819680157 for ; Sun, 20 Mar 2016 22:47:07 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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: guix-devel@gnu.org * gnu/packages/mail.scm (mutt)[inputs]: Add gdbm. [arguments]: Pass --enable-hcache to #:configure-flags. --- gnu/packages/mail.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5bb633d..2ca5bbf 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -189,6 +189,7 @@ aliasing facilities to work just as they would on normal mail.") (build-system gnu-build-system) (inputs `(("cyrus-sasl" ,cyrus-sasl) + ("gdbm" ,gdbm) ("gpgme" ,gpgme) ("ncurses" ,ncurses) ("openssl" ,openssl) @@ -198,6 +199,7 @@ aliasing facilities to work just as they would on normal mail.") "--enable-imap" "--enable-pop" "--enable-gpgme" + "--enable-hcache" "--with-ssl" "--with-sasl" ;; so that mutt does not check whether the path -- 2.7.3