From 37c97d8b096f588ba4d8fbc7182dae0a35719768 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 30 Mar 2004 05:04:54 +0000 Subject: added some debug to dump the whole folderinfo tree if store:folder_info is 2004-03-30 Not Zed * camel-store.c (camel_store_get_folder_info): added some debug to dump the whole folderinfo tree if store:folder_info is set. * providers/imapp/camel-imapp-driver.c: #if 0 out some code, to kill warnings. * camel-url-scanner.c: include ctype.h for isspace (wonder if it should use utf8 funcs?). 2004-03-29 Not Zed ** See #56146. * providers/imap/camel-imap-store.c (get_folders): check the top-level folders list for duplicates as well. (get_folders_add_folders): split out the folder return merging code from get_folders. Absolute mess of crap to deal with more busted servers. * camel-debug.c (camel_debug_start, camel_debug_end): some helpers to wrap debug output for atomicicity. svn path=/trunk/; revision=25238 --- camel/camel-debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'camel/camel-debug.h') diff --git a/camel/camel-debug.h b/camel/camel-debug.h index 7ebf1eb9c0..b09a00cb90 100644 --- a/camel/camel-debug.h +++ b/camel/camel-debug.h @@ -36,6 +36,9 @@ extern "C" { void camel_debug_init(void); gboolean camel_debug(const char *mode); +gboolean camel_debug_start(const char *mode); +void camel_debug_end(void); + /* This interface is deprecated */ extern int camel_verbose_debug; -- cgit v1.2.3