lfam pushed a commit to branch master
in repository guix.

commit b0bb01369849274c297b7a3bf00cbe7f49414076
Author: Leo Famulari <[email protected]>
Date:   Thu Mar 10 17:08:17 2016 -0500

    gnu: mutt: Enable header caching.
    
    * gnu/packages/mail.scm (mutt)[inputs]: Add gdbm.
    [arguments]: Pass --enable-hcache to #:configure-flags.
---
 gnu/packages/mail.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5bb633d..1022ac7 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" ; for header caching
                            "--with-ssl"
                            "--with-sasl"
                            ;; so that mutt does not check whether the path

Reply via email to