On Thu, Mar 10, 2016 at 01:44:47AM +0100, Jean Louis wrote:
> Hello,
> 
> I wish to share how I got this working:

[...]

> So, I have done that with file:
> 
> ~/gnu/guix/packages/mutt.scm
> 
> which is attached.
> 
> And I have added, dependency "gdbm" for the option --enable-hcache to
> have it working:
> 
> (inputs
>  `(("cyrus-sasl" ,cyrus-sasl)
>        ("gpgme" ,gpgme)
>        ("gdbm" ,gdbm)
> 
> and
> 
>      `(#:configure-flags '("--enable-smtp"
>                            "--enable-imap"
>                            "--enable-pop"
>                            "--enable-gpgme"
>                            "--enable-hcache"

Cool, I'm glad you got that working.

Do you think this option (--enable-hcache) should be in our default mutt
package? Would all mutt users benefit from it? Or is it something
specific to your use case?

Reply via email to