X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=1c9328312a619b440bc4a6e3469e4fb3acfd0abc;hp=82fab8566a91a35ccf0d568c2766c7457fef2457;hb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;hpb=daf6df95bfcc7efc888b488a825e467268f20d3c diff --git a/init.h b/init.h index 82fab85..1c93283 100644 --- a/init.h +++ b/init.h @@ -17,10 +17,11 @@ # include "sort.h" #endif +#include + #include "buffy.h" #include "mutt.h" #include "version.h" -#include "lib/debug.h" #ifndef _MAKEDOC #define DT_MASK 0x0f @@ -1345,7 +1346,7 @@ struct option_t MuttVars[] = { ** files when the header cache is in use. This incurs one \fTstat(2)\fP per ** message every time the folder is opened. */ -#if HAVE_GDBM || HAVE_DB4 +#if defined(HAVE_GDBM) || defined(HAVE_DB4) {"header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, "16384"}, /* ** .pp @@ -1499,7 +1500,7 @@ struct option_t MuttVars[] = { ** this is \fIunset\fP, it will be set to the operating system name that \fTuname(2)\fP ** returns. If \fTuname(2)\fP fails, ``UNIX'' will be used. ** .pp - ** It may, for example, look as: ``\fTmutt-ng 1.5.9i (Linux)\fP''. + ** It may, for example, look as: ``\fTMadmutt 1.5.9i (Linux)\fP''. */ {"sidebar_boundary", DT_STR, R_BOTH, UL &SidebarBoundary, "." }, /*