always use compressed mode.
[apps/madmutt.git] / mx.h
diff --git a/mx.h b/mx.h
index 74f02f1..b5fdd6b 100644 (file)
--- a/mx.h
+++ b/mx.h
  * in mx_init() the registration order must be exactly as given here!!!1!
  */
 enum {
-  M_MBOX = 1,
-  M_MMDF,
-  M_MH,
-  M_MAILDIR
+    M_MBOX = 1,
+    M_MMDF,
+    M_MH,
+    M_MAILDIR,
 #ifdef USE_IMAP
-    , M_IMAP
+    M_IMAP,
 #endif
 #ifdef USE_POP
-    , M_POP
+    M_POP,
 #endif
 #ifdef USE_NNTP
-    , M_NNTP
-#endif
-#ifdef USE_COMPRESSED
-    , M_COMPRESSED
+    M_NNTP,
 #endif
+    M_COMPRESSED
 };
 
 enum {