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