[evolution-patches] debug warning removal patch
- From: Jeffrey Stedfast <fejj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] debug warning removal patch
- Date: 22 Apr 2003 16:50:49 -0400
--
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com - www.ximian.com
? ChangeLog.nonximian
? body
? body.c
? body.txt
? camel-mime-filter-windows.c
? camel-mime-filter-windows.h
? charset-map.c
? charset-map.diff
? cmsutil.c
? date.patch
? debug.patch
? evolution-1.3-gpg.patch
? folder-info-build.patch
? foo
? gpg-verify.patch
? gpg.patch
? html-filter-broken.msg
? imap
? invalid-content-id.patch
? iso
? iso.c
? pop3-uidl.patch
? smime
? win-charset.patch
? tests/mime-filter/test-tohtml
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
retrieving revision 1.1799
diff -u -r1.1799 ChangeLog
--- ChangeLog 22 Apr 2003 18:13:49 -0000 1.1799
+++ ChangeLog 22 Apr 2003 20:43:15 -0000
@@ -1,3 +1,9 @@
+2003-04-22 Jeffrey Stedfast <fejj ximian com>
+
+ * providers/imap/camel-imap-store.c (imap_connect_online): #if 0
+ out some code that parsed the namespaces since the results aren't
+ used and they generate debugging output.
+
2003-04-21 Jeffrey Stedfast <fejj ximian com>
* camel-gpg-context.c (gpg_ctx_parse_status): Don't set seen_eof1
Index: providers/imap/camel-imap-store.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/providers/imap/camel-imap-store.c,v
retrieving revision 1.251
diff -u -r1.251 camel-imap-store.c
--- providers/imap/camel-imap-store.c 10 Apr 2003 11:34:59 -0000 1.251
+++ providers/imap/camel-imap-store.c 22 Apr 2003 20:43:16 -0000
@@ -1197,10 +1197,12 @@
if (!result)
goto done;
+#if 0
/* new code... */
namespaces = imap_parse_namespace_response (result);
imap_namespaces_destroy (namespaces);
/* end new code */
+#endif
name = camel_strstrcase (result, "NAMESPACE ((");
if (name) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]