X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=810dd71fdfd7394717f1722ca83622453d38aa8c;hp=e4bfa81d12e8dee3de5c07b467271294ba3d487c;hb=3d937534e7b1ee723f86594b5e4c64c95158a933;hpb=faed98ab64dd3cbd29e674141cd074d6c9f8909c diff --git a/config.h.in b/config.h.in index e4bfa81..810dd71 100644 --- a/config.h.in +++ b/config.h.in @@ -470,6 +470,9 @@ /* Define to use fcntl() to lock folders. */ #undef USE_FCNTL +/* Define to sort files in a maildir by inode number. */ +#undef USE_INODESORT + /* Define if you have problems with mutt not detecting new/old mailboxes over NFS. Some NFS implementations incorrectly cache the attributes of small files. */ @@ -491,6 +494,24 @@ NOTE: this requires significant more memory when defined. */ #undef EXACT_ADDRESS +/* Enable header caching */ +#undef USE_HCACHE + +/* GDBM Support */ +#undef HAVE_GDBM + +/* Sleepycat DB4 Support */ +#undef HAVE_DB4 + +/* Enable header caching */ +#undef USE_HCACHE + +/* GDBM Support */ +#undef HAVE_GDBM + +/* Sleepycat DB4 Support */ +#undef HAVE_DB4 + /* Define if you have the iconv() function. */ #undef HAVE_ICONV