aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-07-19 19:50:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-07-19 19:50:49 +0800
commitcdea22d886c2547288e24129b14399eeed08cd17 (patch)
treecd73b00b4d561f1cb9f2ee4288df284cd7f4b11e /mail/mail-mt.h
parente20c4b9b33ec0c32fc8f5b5611f9e0412b2bf790 (diff)
downloadgsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.gz
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.bz2
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.lz
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.xz
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.tar.zst
gsoc2013-evolution-cdea22d886c2547288e24129b14399eeed08cd17.zip
partial checkin before completing the changes
2001-07-18 Not Zed <NotZed@Ximian.com> * 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 <NotZed@Ximian.com> * 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
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r--mail/mail-mt.h2
1 files changed, 2 insertions, 0 deletions
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);