From 1bd2181fcd4e95aa191a49428593fae777ae9260 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 5 Jul 2000 22:35:33 +0000 Subject: Suppress debugging messages from the mbox provider. svn path=/trunk/; revision=3902 --- camel/providers/mbox/camel-mbox-summary.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'camel/providers/mbox') 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) -- cgit v1.2.3