]> granicus.if.org Git - neomutt/commitdiff
Make $header_cache_compress default to set
authorBrendan Cully <brendan@kublai.com>
Thu, 12 Apr 2007 18:54:05 +0000 (11:54 -0700)
committerBrendan Cully <brendan@kublai.com>
Thu, 12 Apr 2007 18:54:05 +0000 (11:54 -0700)
init.h

diff --git a/init.h b/init.h
index 07e96721efc000a05d6653b63fa25213385b7504..28d264b6b4aedee466e66ad54137cb61dcd083b8 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1107,7 +1107,7 @@ struct option_t MuttVars[] = {
   */
 #endif /* HAVE_GDBM || HAVE_DB4 */
 #if defined(HAVE_QDBM)
-  { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 0 },
+  { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 1 },
   /*
   ** .pp
   ** When mutt is compiled with qdbm as header cache backend,