always build support for mixmaster.
[apps/madmutt.git] / remailer.c
index 2971a50..226953d 100644 (file)
@@ -24,8 +24,6 @@
 
 #define SW              (option(OPTMBOXPANE)?SidebarWidth:0)
 
-#ifdef MIXMASTER
-
 #define MIX_CAP_COMPRESS  (1 << 0)
 #define MIX_CAP_MIDDLEMAN (1 << 1)
 #define MIX_CAP_NEWSPOST  (1 << 2)
@@ -720,5 +718,3 @@ int mix_send_message (string_list_t * chain, const char *tempfile)
     return i;
 }
 
-
-#endif