X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=init.h;h=1bbea8f6acf497831f11f34f9e51d0c5c148ff12;hb=2e9b51fb51a029d99e890a791e00411daee21134;hp=fdad6665fc22284c4f477cdd7aa55092733bf346;hpb=7dcd7ee09b8760133ac8ec00562e4d60b2f0aebd;p=apps%2Fmadmutt.git diff --git a/init.h b/init.h index fdad666..1bbea8f 100644 --- a/init.h +++ b/init.h @@ -845,33 +845,6 @@ struct option_t MuttVars[] = { ** to this length. A value of 0 (which is also the default) means that the ** maximum line length is determined by the terminal width and $$wrapmargin. */ -#ifdef USE_HCACHE -#if defined(HAVE_GDBM) - {"header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, "16384"}, - /* - ** .pp - ** Availability: Header Cache - ** - ** .pp - ** Change the maildir header cache database page size. - ** .pp - ** Too large - ** or too small of a page size for the common header can waste - ** space, memory effectiveness, or CPU time. The default should be more or - ** less the best you can get. For details google for mutt header - ** cache (first hit). - */ -#endif /* HAVE_GDBM */ -#ifdef HAVE_QDBM - { "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, "no" }, - /* - ** .pp - ** If enabled the header cache will be compressed. So only one fifth of the usual - ** diskspace is used, but the uncompression can result in a slower open of the - ** cached folder. - */ -#endif /* HAVE_QDBM */ -#endif /* USE_HCACHE */ {"maildir_trash", DT_BOOL, R_NONE, OPTMAILDIRTRASH, "no" }, /* ** .pp