Re: [evolution-patches] Patch to disable IMAP debugging messages



Committed.

On Mon, 2003-05-12 at 14:51, Jeffrey Stedfast wrote:
> sure, looks good
> 
> On Mon, 2003-05-12 at 14:40, Ettore Perazzoli wrote:
> > -- Ettore
> > 
> > ______________________________________________________________________
> > Index: ChangeLog
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
> > retrieving revision 1.1809
> > diff -u -p -r1.1809 ChangeLog
> > --- ChangeLog	4 May 2003 19:11:39 -0000	1.1809
> > +++ ChangeLog	12 May 2003 18:38:47 -0000
> > @@ -1,3 +1,11 @@
> > +2003-05-12  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
> > Index: providers/imap/camel-imap-command.c
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-command.c,v
> > retrieving revision 1.56
> > diff -u -p -r1.56 camel-imap-command.c
> > --- providers/imap/camel-imap-command.c	24 Mar 2003 19:05:40 -0000	1.56
> > +++ providers/imap/camel-imap-command.c	12 May 2003 18:38:47 -0000
> > @@ -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;
> >  
> > Index: providers/imap/camel-imap-folder.c
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-folder.c,v
> > retrieving revision 1.299
> > diff -u -p -r1.299 camel-imap-folder.c
> > --- providers/imap/camel-imap-folder.c	30 Apr 2003 03:09:15 -0000	1.299
> > +++ providers/imap/camel-imap-folder.c	12 May 2003 18:38:48 -0000
> > @@ -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)
> > Index: providers/imap/camel-imap-search.c
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-search.c,v
> > retrieving revision 1.15
> > diff -u -p -r1.15 camel-imap-search.c
> > --- providers/imap/camel-imap-search.c	17 Dec 2002 21:46:39 -0000	1.15
> > +++ providers/imap/camel-imap-search.c	12 May 2003 18:38:48 -0000
> > @@ -44,7 +44,7 @@
> >  #include "camel-seekable-stream.h"
> >  #include "camel-search-private.h"
> >  
> > -#define d(x) x
> > +#define d(x)
> >  
> >  /*
> >    File is:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]