From 093a00cf2bba85c4f1f0826dde1cb500ecc415d6 Mon Sep 17 00:00:00 2001 From: 0 Date: Tue, 30 Oct 2001 03:28:40 +0000 Subject: Argh!!! Dont free the async op data here, the async op is still running 2001-10-30 * subscribe-dialog.c (fe_cancel_op_foreach): Argh!!! Dont free the async op data here, the async op is still running and will access it! Just try to cancel it and mark it as cancelled (id == -1) (fe_done_subscribing): Only remove outselves from the hash table if we're not cancelled. The handle should always be set here, since this code runs in the gui thread. * message-list.c (on_cursor_activated_idle): If nothing selected/cursor not activated, then select no message. * mail-folder-cache.c (update_1folder): Make the trash count optional on EVOLUTION_COUNT_TRASH, becuase some lusers are just too stupid to understand what its for. * component-factory.c (storage_xfer_folder): Return slightly better error codes for copying folders, since its not implemented yet. * mail-vfolder.c, mail-local.c, mail-folder-cache.c, message-list.c component-factory.c, mail-ops.c, subscribe-dialog.c, mail-session.c: d() out some debug printfs, w() out some warnings. * folder-browser-ui.c (folder_browser_ui_add_message): Fix typo, Resent->Resend. svn path=/trunk/; revision=14412 --- mail/mail-vfolder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/mail-vfolder.c') diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index b593b4757d..ca695f8ae6 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -475,7 +475,7 @@ mail_vfolder_rename_uri(CamelStore *store, const char *from, const char *to) if (changed) { char *user; - printf("Vfolders updated from renamed folder\n"); + d(printf("Vfolders updated from renamed folder\n")); user = g_strdup_printf("%s/vfolders.xml", evolution_dir); rule_context_save((RuleContext *)context, user); g_free(user); @@ -550,7 +550,7 @@ rule_changed(FilterRule *rule, CamelFolder *folder) else sources_uri = g_list_append(sources_uri, g_strdup(l->data)); } else { - printf(" -> No such folder?\n"); + d(printf(" -> No such folder?\n")); } l = l->next; } -- cgit v1.2.3