From bef39dc4e0bbdb334fef71f973bcb7781dce65df Mon Sep 17 00:00:00 2001 From: 9 Date: Wed, 19 Sep 2001 08:28:36 +0000 Subject: General cleanup of camel debug printfs. 2001-09-19 * General cleanup of camel debug printfs. * camel-lock.c (camel_lock_fcntl): Changed to return 'success' if the error indicates file locking isn't supported on this filesystem. Still return a warning just incase (if its the first time). Might fix a lot of reported bugs. * providers/local/camel-spool-store.c (get_folder_info): Dont include the empty // host part in the uri. This 'breaks' the service lookup. svn path=/trunk/; revision=12973 --- camel/camel-folder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-folder.c') diff --git a/camel/camel-folder.c b/camel/camel-folder.c index dd76c36673..9798de5c7d 100644 --- a/camel/camel-folder.c +++ b/camel/camel-folder.c @@ -1404,8 +1404,8 @@ folder_changed (CamelObject *obj, gpointer event_data) GPtrArray *recents = g_ptr_array_new(); int i; struct _folder_filter_msg *msg; - - (printf("** Have '%d' recent messages, launching thread to process them\n", changed->uid_recent->len)); + + d(printf("** Have '%d' recent messages, launching thread to process them\n", changed->uid_recent->len)); folder->priv->frozen++; msg = camel_session_thread_msg_new(session, &filter_ops, sizeof(*msg)); -- cgit