From cdea22d886c2547288e24129b14399eeed08cd17 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 19 Jul 2001 11:50:49 +0000 Subject: partial checkin before completing the changes 2001-07-18 Not Zed * mail-local.c (reconfigure_folder_reconfigure): Changed to use camel_operation rathre than mail_status. (reconfigure_folder_describe): re-enabled this function. * mail-ops.c (get_messages_get): Changed to use camel-progress for status reporting. (save_messages_save): Likewise. 2001-07-17 Not Zed * mail-mt.c (struct _mail_msg_priv, destroy_objects, mail_msg_new, mail_msg_free, do_op_status): Changed to use an EvolutionActivityClient for progress. svn path=/trunk/; revision=11223 --- mail/mail-mt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-mt.h') diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 8619642a07..e0d1fc35f7 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -59,11 +59,13 @@ 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); -- cgit v1.2.3