all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 1/1] gnu: mutt: Enable header caching.
Date: Sun, 20 Mar 2016 22:47:05 -0400	[thread overview]
Message-ID: <d316ab45c423af73bda1fa81bcae9a405bf6ffd3.1458527936.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1458527936.git.leo@famulari.name>
In-Reply-To: <cover.1458527936.git.leo@famulari.name>

* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm.
[arguments]: Pass --enable-hcache to #:configure-flags.
---
 gnu/packages/mail.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 5bb633d..2ca5bbf 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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"
                            "--with-ssl"
                            "--with-sasl"
                            ;; so that mutt does not check whether the path
-- 
2.7.3

  reply	other threads:[~2016-03-21  2:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21  2:47 [PATCH 0/1] Enabling header caching in mutt Leo Famulari
2016-03-21  2:47 ` Leo Famulari [this message]
2016-03-21 16:44   ` [PATCH 1/1] gnu: mutt: Enable header caching Ludovic Courtès
2016-03-21 20:49     ` Leo Famulari
2016-03-21 10:20 ` [PATCH 0/1] Enabling header caching in mutt Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d316ab45c423af73bda1fa81bcae9a405bf6ffd3.1458527936.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.