diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-24 19:04:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-27 21:25:00 +0800 |
commit | 4370d47c8b50a04e5564577c2a980a368bd4d1d3 (patch) | |
tree | 7c80c06f4f8e0630dbbdc8f70e15b6b9eab97a01 /mail/mail-mt.h | |
parent | a09f5534586962fe64f4d556839265f55ad5e8ec (diff) | |
download | gsoc2013-evolution-4370d47c8b50a04e5564577c2a980a368bd4d1d3.tar.gz gsoc2013-evolution-4370d47c8b50a04e5564577c2a980a368bd4d1d3.tar.zst gsoc2013-evolution-4370d47c8b50a04e5564577c2a980a368bd4d1d3.zip |
Remove some unfinished / unwanted bits from mail-mt.
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r-- | mail/mail-mt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h index 396eb77ad2..64641ee093 100644 --- a/mail/mail-mt.h +++ b/mail/mail-mt.h @@ -87,11 +87,6 @@ void mail_msg_set_cancelable (gpointer msg, gboolean status); gchar *mail_get_password (CamelService *service, const gchar *prompt, gboolean secret, gboolean *cache); -/* present information and get an ok (or possibly cancel) - * "type" is as for gnome_message_box_new(); - */ -gboolean mail_user_message (const gchar *type, const gchar *prompt, gboolean allow_cancel); - /* asynchronous event proxies */ typedef struct _MailAsyncEvent { GMutex *lock; @@ -126,10 +121,6 @@ typedef gpointer (*MailMainFunc)(); gpointer mail_call_main(mail_call_t type, MailMainFunc func, ...); -/* use with caution. only works with active message's anyway */ -void mail_enable_stop(void); -void mail_disable_stop(void); - /* A generic proxy event for anything that can be proxied during the life of the mailer (almost nothing) */ /* Note that almost all objects care about the lifecycle of their events, so this cannot be used */ extern MailAsyncEvent *mail_async_event; |