Even less options.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index fdad666..1bbea8f 100644 (file)
--- 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