X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=46a2cd1779368a37f4612b86e0680430eb2ae9ef;hp=a2d228b391e39319d52babdf544d3610403758ec;hb=fc7b90fd61ac9efd35a5b506cc10679969d84cba;hpb=73f7668b25b19be237399aaf2343fb7d432702a6 diff --git a/init.h b/init.h index a2d228b..46a2cd1 100644 --- a/init.h +++ b/init.h @@ -19,7 +19,6 @@ #include "buffy.h" #include "mutt.h" -#include "version.h" #ifndef _MAKEDOC #define DT_MASK 0x0f @@ -1367,52 +1366,6 @@ struct option_t MuttVars[] = { ** This specifies the folder into which read mail in your ``$$spoolfile'' ** folder will be appended. */ - {"madmutt_version", DT_SYS, R_NONE, 0, VERSION }, - /* - ** .pp - ** \fIThis is a read-only system property and specifies madmutt's - ** version string.\fP - */ - {"madmutt_revision", DT_SYS, R_NONE, 0, MUTT_REVISION }, - /* - ** .pp - ** \fIThis is a read-only system property and specifies madmutt's - ** subversion revision string.\fP - */ - {"madmutt_sysconfdir", DT_SYS, R_NONE, 0, SYSCONFDIR }, - /* - ** .pp - ** \fIThis is a read-only system property and specifies the - ** directory containing the madmutt system-wide configuration.\fP - */ - {"madmutt_bindir", DT_SYS, R_NONE, 0, BINDIR }, - /* - ** .pp - ** \fIThis is a read-only system property and specifies the - ** directory containing the madmutt binary.\fP - */ - {"madmutt_docdir", DT_SYS, R_NONE, 0, PKGDOCDIR }, - /* - ** .pp - ** \fIThis is a read-only system property and specifies the - ** directory containing the madmutt documentation.\fP - */ -#ifdef USE_HCACHE -#if defined(HAVE_QDBM) - {"madmutt_hcache_backend", DT_SYS, R_NONE, 0, "qdbm" }, -#elif defined(HAVE_GDBM) - {"madmutt_hcache_backend", DT_SYS, R_NONE, 0, "gdbm" }, -#elif defined(HAVE_DB4) - {"madmutt_hcache_backend", DT_SYS, R_NONE, 0, "db4" }, -#else - {"madmutt_hcache_backend", DT_SYS, R_NONE, 0, "unknown" }, -#endif - /* - ** .pp - ** \fIThis is a read-only system property and specifies the - ** header chaching's database backend.\fP - */ -#endif {"madmutt_folder_path", DT_SYS, R_NONE, 0, "" }, /* ** .pp