From 821f184e823e86877d9034c0d4280ccbd492ebb8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 15 Aug 2005 04:40:55 +0000 Subject: ** See #271985. 2005-08-10 Not Zed ** See #271985. * evolution-mail-session.c (is_storage): check for uri "" and pass exception to provider get. Disable lots of debug output. svn path=/trunk/; revision=30119 --- plugins/mail-remote/evolution-mail-folder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mail-remote/evolution-mail-folder.c') diff --git a/plugins/mail-remote/evolution-mail-folder.c b/plugins/mail-remote/evolution-mail-folder.c index f25ef44e35..0b2c78a940 100644 --- a/plugins/mail-remote/evolution-mail-folder.c +++ b/plugins/mail-remote/evolution-mail-folder.c @@ -311,7 +311,7 @@ emf_set_change(Evolution_Mail_FolderChange *change, Evolution_Mail_ChangeType ho camel_message_info_free(info); total++; } else { - printf("couldn't get info for changed uid '%s'?\n", (char *)uids->pdata[i]); + w(printf("couldn't get info for changed uid '%s'?\n", (char *)uids->pdata[i])); } } @@ -411,7 +411,7 @@ evolution_mail_folder_changed(EvolutionMailFolder *emf, Evolution_Mail_FolderCha if (!e_mail_listener_emit(&p->listeners, (EMailListenerChanged)Evolution_Mail_FolderListener_changed, bonobo_object_corba_objref((BonoboObject *)emf), changes)) { - printf("No more listeners for folder, could dispose store object now\n"); + d(printf("No more listeners for folder, could dispose store object now\n")); evolution_mail_folder_close_folder(emf); } } -- cgit v1.2.3