From 6851cee05c93f01dda8baceb029008db568f3432 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 13 May 2003 16:03:19 +0000 Subject: Disable debugging. * providers/imap/camel-imap-folder.c (d): Disable debugging. * providers/imap/camel-imap-command.c (d): Disable debugging. * providers/imap/camel-imap-search.c (d): Disable debugging. svn path=/trunk/; revision=21153 --- camel/ChangeLog | 8 ++++++++ camel/providers/imap/camel-imap-command.c | 2 +- camel/providers/imap/camel-imap-folder.c | 2 +- camel/providers/imap/camel-imap-search.c | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index b8161f9336..840a8cf37b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2003-05-13 Ettore Perazzoli + + * providers/imap/camel-imap-folder.c (d): Disable debugging. + + * providers/imap/camel-imap-command.c (d): Disable debugging. + + * providers/imap/camel-imap-search.c (d): Disable debugging. + 2003-05-02 Dan Winship * camel-mime-part-utils.c diff --git a/camel/providers/imap/camel-imap-command.c b/camel/providers/imap/camel-imap-command.c index 84cf16bd2a..bf04075ebc 100644 --- a/camel/providers/imap/camel-imap-command.c +++ b/camel/providers/imap/camel-imap-command.c @@ -44,7 +44,7 @@ #include #include -#define d(x) x +#define d(x) extern int camel_verbose_debug; diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 619ea1119a..8a21c11451 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -70,7 +70,7 @@ #include "camel-private.h" -#define d(x) x +#define d(x) /* set to -1 for infinite size */ #define UID_SET_LIMIT (4096) diff --git a/camel/providers/imap/camel-imap-search.c b/camel/providers/imap/camel-imap-search.c index 9fd59b2cd7..0c8816e10c 100644 --- a/camel/providers/imap/camel-imap-search.c +++ b/camel/providers/imap/camel-imap-search.c @@ -44,7 +44,7 @@ #include "camel-seekable-stream.h" #include "camel-search-private.h" -#define d(x) x +#define d(x) /* File is: -- cgit v1.2.3