diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-14 00:03:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-14 00:03:19 +0800 |
commit | 6851cee05c93f01dda8baceb029008db568f3432 (patch) | |
tree | f0e681a11f3d1d5d0d5d0664c6182ad953033840 /camel | |
parent | 556e655e7f15fc6997838fa5792e7a65d64e144b (diff) | |
download | gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.gz gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.bz2 gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.lz gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.xz gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.zst gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.zip |
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
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 8 | ||||
-rw-r--r-- | camel/providers/imap/camel-imap-command.c | 2 | ||||
-rw-r--r-- | camel/providers/imap/camel-imap-folder.c | 2 | ||||
-rw-r--r-- | 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 <ettore@ximian.com> + + * 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 <danw@ximian.com> * 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 <camel/camel-utf8.h> #include <camel/camel-session.h> -#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: |