Suppress debugging messages from the mbox provider.
authorEttore Perazzoli <ettore@src.gnome.org>
Wed, 5 Jul 2000 22:35:33 +0000 (22:35 +0000)
committerEttore Perazzoli <ettore@src.gnome.org>
Wed, 5 Jul 2000 22:35:33 +0000 (22:35 +0000)
camel/ChangeLog
camel/providers/mbox/camel-mbox-summary.c

index bf6eaf7..7ffdc5e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-05  Ettore Perazzoli  <ettore@helixcode.com>
+
+       * providers/mbox/camel-mbox-summary.c (d): Define to empty so that
+       we get rid of a ton of debugging messages.
+
 2000-07-05  Jeffrey Stedfast  <fejj@helixcode.com>
 
        * camel-mime-utils.h: Added prototype for uudecode_step
index ebc607d..7860d15 100644 (file)
 #include <stdlib.h>
 
 #define io(x)
-#define d(x) (x)
+
+#if 0
+#  define d(x) (x)
+#else
+#  define d(x)
+#endif
 
 #define CAMEL_MBOX_SUMMARY_VERSION (0x1000)