diff --git a/camel/ChangeLog b/camel/ChangeLog index bf6eaf7bdf..7ffdc5e58e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-07-05 Ettore Perazzoli + + * 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 * camel-mime-utils.h: Added prototype for uudecode_step diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c index ebc607d9fa..7860d15296 100644 --- a/camel/providers/mbox/camel-mbox-summary.c +++ b/camel/providers/mbox/camel-mbox-summary.c @@ -31,7 +31,12 @@ #include #define io(x) -#define d(x) (x) + +#if 0 +# define d(x) (x) +#else +# define d(x) +#endif #define CAMEL_MBOX_SUMMARY_VERSION (0x1000)