move parse.c into rfc822parse.c in the lib-mime as it's what it's about
[apps/madmutt.git] / compress.c
index 01be9d3..87d8e4f 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "mutt.h"
 
-#ifdef USE_COMPRESSED
-
 #include "mx.h"
 #include "mbox.h"
 #include "mutt_curses.h"
@@ -487,5 +485,3 @@ mx_t* compress_reg_mx (void) {
   fmt->mx_open_mailbox = mutt_open_read_compressed;
   return (fmt);
 }
-
-#endif /* USE_COMPRESSED */