unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 0/1] Enabling header caching in mutt
Date: Sun, 20 Mar 2016 22:47:04 -0400	[thread overview]
Message-ID: <cover.1458527936.git.leo@famulari.name> (raw)

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	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 Leo Famulari [this message]
2016-03-21  2:47 ` [PATCH 1/1] gnu: mutt: Enable header caching Leo Famulari
2016-03-21 16:44   ` 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=cover.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).