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)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
("gdbm" ,gdbm)
|
||||||
("gpgme" ,gpgme)
|
("gpgme" ,gpgme)
|
||||||
("ncurses" ,ncurses)
|
("ncurses" ,ncurses)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
@ -198,6 +199,7 @@ aliasing facilities to work just as they would on normal mail.")
|
||||||
"--enable-imap"
|
"--enable-imap"
|
||||||
"--enable-pop"
|
"--enable-pop"
|
||||||
"--enable-gpgme"
|
"--enable-gpgme"
|
||||||
|
"--enable-hcache" ; for header caching
|
||||||
"--with-ssl"
|
"--with-ssl"
|
||||||
"--with-sasl"
|
"--with-sasl"
|
||||||
;; so that mutt does not check whether the path
|
;; so that mutt does not check whether the path
|
||||||
|
|
Loading…
Reference in New Issue