From: Brendan Cully Date: Thu, 12 Apr 2007 18:54:05 +0000 (-0700) Subject: Make $header_cache_compress default to set X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55791a6fbf87e3ab495af5d0717b9df8ff32346f;p=neomutt Make $header_cache_compress default to set --- diff --git a/init.h b/init.h index 07e96721e..28d264b6b 100644 --- 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,