Suppress debugging messages from the mbox provider.
svn path=/trunk/; revision=3902
This commit is contained in:
@ -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
|
||||
|
||||
@ -31,7 +31,12 @@
|
||||
#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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user