summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-08 14:17:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-08 14:17:22 +0000
commit25fcb57b07dd9d14fe8fd02256ddb485a479ce8b (patch)
tree7ec44b9c09c002382973beefb6cecf64be4ff523 /init.h
parent08100e8736043b8894095695a800cb2f46011538 (diff)
Include complete documentation regardless of actual features.
Diffstat (limited to 'init.h')
-rw-r--r--init.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/init.h b/init.h
index d43de97c..6b70348a 100644
--- a/init.h
+++ b/init.h
@@ -73,6 +73,23 @@ struct option_t
#define ISPELL "ispell"
#endif
+/* build complete documentation */
+
+#ifdef _MAKEDOC
+# ifndef USE_IMAP
+# define USE_IMAP
+# endif
+# ifndef MIXMASTER
+# define MIXMASTER "mixmaster"
+# endif
+# ifndef _PGPPATH
+# define _PGPPATH
+# endif
+# ifndef USE_POP
+# define USE_POP
+# endif
+#endif
+
struct option_t MuttVars[] = {
/*++*/
{ "abort_nosubject", DT_QUAD, R_NONE, OPT_SUBJECT, M_ASKYES },