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/providers/imap/camel-imap-command.c | |
parent | 556e655e7f15fc6997838fa5792e7a65d64e144b (diff) | |
download | gsoc2013-evolution-6851cee05c93f01dda8baceb029008db568f3432.tar.gz 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/providers/imap/camel-imap-command.c')
-rw-r--r-- | camel/providers/imap/camel-imap-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |