summaryrefslogtreecommitdiffstats
path: root/mx.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-22 09:23:48 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-22 09:23:48 +0000
commit3a6fb774e3d0466a1b0e78364d114a6f9b3023d5 (patch)
treec8ee83e4541848b98dc90a2ee9cf7044bb5ff3e9 /mx.h
parent81817e80725b2aec981e96f6026732dbea9748e5 (diff)
Make _all_ IMAP-related code conditionally defined. From Byrial
Jensen.
Diffstat (limited to 'mx.h')
-rw-r--r--mx.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mx.h b/mx.h
index 2e31cd91..6501744c 100644
--- a/mx.h
+++ b/mx.h
@@ -28,8 +28,10 @@ enum
M_MBOX = 1,
M_MMDF,
M_MH,
- M_MAILDIR,
- M_IMAP
+ M_MAILDIR
+#ifdef USE_IMAP
+ , M_IMAP
+#endif
};
WHERE short DefaultMagic INITVAL (M_MBOX);