aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-19 21:31:22 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-19 21:31:22 +0800
commit37695c74b75a1b27597e76b30eb367922279ed06 (patch)
tree05e1bb2bddc9c98fc33826c0444e13741e84fa18 /mail/mail-local.c
parent6ddd6751337007d0ca8c17cc51fda7e2e91f5c3c (diff)
downloadgsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar.gz
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar.bz2
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar.lz
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar.xz
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.tar.zst
gsoc2013-evolution-37695c74b75a1b27597e76b30eb367922279ed06.zip
remvoed register/start/end etc code.
2001-07-19 Not Zed <NotZed@Ximian.com> * mail-local.c (reconfigure_folder_reconfigure): remvoed register/start/end etc code. * mail-ops.c (get_messages_desc): Add the count here. (get_messages_get): Remove the register/start code, its handled above us. (save_messages_desc): Added count. (save_messages_save): Removed register/start/end code. * mail-mt.c (mail_msg_received, mail_msg_destroy): Changed to use camel_operation rather than mail_status. (mail_msgport_received, mail_msgport_replied): Turn of the mail_status stuff, we dont need to report on stuff running in the gui thread right? (retrieve_shell_view_interface_from_control, set_view_data, mail_statusf, mail_status, mail_status_end, mail_status_start, status_timeout, do_del_status, set_status_op): removed now redundant stuff. (mail_msg_free): Removed reference to timeout_id. svn path=/trunk/; revision=11225
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r--mail/mail-local.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index 3a6f409eb9..7399a9e073 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -759,9 +759,6 @@ reconfigure_folder_reconfigure(struct _mail_msg *mm)
d(printf("reconfiguring folder: %s to type %s\n", m->fb->uri, m->newtype));
- camel_operation_register(mm->cancel);
- camel_operation_start(mm->cancel, _("Reconfiguring folder"));
-
/* NOTE: This var is cleared by the folder_browser via the set_uri method */
m->fb->reconfigure = TRUE;
@@ -891,9 +888,6 @@ reconfigure_folder_reconfigure(struct _mail_msg *mm)
g_free(tourl);
if (url)
camel_url_free (url);
-
- camel_operation_end(mm->cancel);
- camel_operation_unregister(mm->cancel);
}
static void