aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-threads.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:20:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-13 13:20:54 +0800
commit53337e992fde35e34fc9b8211ca717cc0c465705 (patch)
tree3113d63ff45c9895ee5b0242e613536ce62d00ee /mail/mail-threads.h
parent9f128d951a3ab24341afbb677a2f1dd665b56548 (diff)
downloadgsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.gz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.bz2
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.lz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.xz
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.tar.zst
gsoc2013-evolution-53337e992fde35e34fc9b8211ca717cc0c465705.zip
Get the mail component to use the new Evolution::ShellView interface.
This implementation is so ugly and evil and needs to be replaced. Don't look at it. Go away. svn path=/trunk/; revision=4797
Diffstat (limited to 'mail/mail-threads.h')
-rw-r--r--mail/mail-threads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-threads.h b/mail/mail-threads.h
index ab745c2ee3..b84b71d836 100644
--- a/mail/mail-threads.h
+++ b/mail/mail-threads.h
@@ -66,4 +66,7 @@ void mail_operation_wait_for_finish (void);
gboolean mail_operations_are_executing (void);
void mail_operations_terminate (void);
+void mail_operations_get_status (int *busy_return, const char **message_return);
+void mail_operations_update_status (void);
+
#endif /* defined _MAIL_THREADS_H_ */