aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
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-mt.h
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-mt.h')
-rw-r--r--mail/mail-mt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index e0d1fc35f7..81e6fe9869 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -57,16 +57,6 @@ void mail_msg_check_error(void *msg);
void mail_msg_cancel(unsigned int msgid);
void mail_msg_wait(unsigned int msgid);
-/* set the status-bar message */
-/* start/end a new op */
-#if 0
-void mail_status_start(const char *msg);
-void mail_status_end(void);
-/* set a status during an op */
-void mail_statusf(const char *fmt, ...);
-void mail_status(const char *msg);
-#endif
-
/* request a string/password */
char *mail_get_password (const char *prompt, gboolean secret);