aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--mail/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ead11f74ca..d295e66bf0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,25 @@
+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.
+
2001-07-18 Not Zed <NotZed@Ximian.com>
* mail-local.c (reconfigure_folder_reconfigure): Changed to use