gnu: mutt: Enable header caching.
* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm. [arguments]: Pass --enable-hcache to #:configure-flags.
This commit is contained in:
parent
506379664a
commit
b0bb013698
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue