From 0f2a13586b155c0e97eab0b1bc9ab59e5587555d Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 21 Feb 2001 02:19:26 +0000 Subject: Fix for api changes to append_mail. 2001-02-21 Not Zed * mail-callbacks.c (composer_postpone_cb): Fix for api changes to append_mail. * Makefile.am (evolution_mail_SOURCES): Removed mail-threads.[ch]. * mail-threads.[ch]: Removed. * subscribe-dialog.c (subscribe_do_get_store): Chagned to use new thread stuff. This is really getting boring. (subscribe_do_subscribe_folder): Changed to use new thread stuff. Last one at last, phew. * session.c (register_callback): Changed to use new thread stuff. YUCK. I dropped some functionality, now the timeout callback return is ignored, so basically it keeps running till finished. * mail-ops.c (mail_operation_run): Removed, no longer used/needed. (mail_do_append_mail): Changed to use new thread stuff. (mail_do_transfer_messages): ditto. * mail-local.c (local_storage_new_folder_cb): Use new thread stuff, also only run synchronous for this operation. (mail_local_reconfigure_folder): (reconfigure_clicked): Changed to use new mail thread stuff. * mail-config.c (mail_config_check_service): Changed to use new thread stuff. svn path=/trunk/; revision=8314 --- mail/component-factory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index b3877e4884..762ec0764b 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -241,7 +241,6 @@ idle_quit (gpointer user_data) g_hash_table_foreach (storages_hash, free_storage, NULL); g_hash_table_destroy (storages_hash); - mail_operations_terminate (); gtk_main_quit (); return FALSE; -- cgit v1.2.3