mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ (define-public mutt
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("cyrus-sasl" ,cyrus-sasl)
|
||||
("gdbm" ,gdbm)
|
||||
("gpgme" ,gpgme)
|
||||
("ncurses" ,ncurses)
|
||||
("openssl" ,openssl)
|
||||
|
@ -198,6 +199,7 @@ (define-public mutt
|
|||
"--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 a new issue