]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

do not compress header_cache
authormartin f. krafft <madduck@madduck.net>
Wed, 2 Jun 2010 07:42:18 +0000 (09:42 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 2 Jun 2010 07:42:18 +0000 (09:42 +0200)
.mutt/muttrc

index 880f4615ae866a50d420787eeb0b19987d56fcf7..d7be8d53857d80c20b8c5f23b1d67c38816e2c02 100644 (file)
@@ -1581,6 +1581,21 @@ set include=yes
 # caching will be used.
 # 
 set header_cache="~/.var/mutt/header_cache"
+#
+# set header_cache_compress=yes
+#
+# Name: header_cache_compress
+# Type: boolean
+# Default: yes
+#
+# When mutt is compiled with qdbm or tokyocabinet as header cache backend,
+# this option determines whether the database will be compressed. Compression
+# results in database files roughly being one fifth of the usual diskspace,
+# but the uncompression can result in a slower opening of cached folder(s)
+# which in general is still much faster than opening non header cached
+# folders.
+#
+set header_cache_compress=no
 # 
 # set maildir_header_cache_verify=yes
 #