guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/1] Enabling header caching in mutt


From: Leo Famulari
Subject: [PATCH 0/1] Enabling header caching in mutt
Date: Sun, 20 Mar 2016 22:47:04 -0400

This patch builds mutt with support for header caching so that large
mailboxes can be opened quickly.

Without the header cache, each message's headers are processed before
the mailbox can be used. For large mailboxes (>10000 messages), this can
take minutes.

To use the header cache, users must enable it in their configuration.

It's following up on this:
http://lists.gnu.org/archive/html/help-guix/2016-03/msg00055.html

I checked, and bdb and gdbm are already both in mutt's build-time
dependency graph (openldap refers to bdb and python refers to gdbm).

I've chosen gdbm for it's small size and because it's a GNU project. If
anyone says they prefer another database, then let's talk!

Leo Famulari (1):
  gnu: mutt: Enable header caching.

 gnu/packages/mail.scm | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.7.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]