aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-mt.h')
-rw-r--r--mail/mail-mt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index cb1adc6a7a..11a7166d74 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -102,6 +102,10 @@ typedef void *(*MailMainFunc)();
void *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 message port that receives messages in the gui thread, used for sending port */
extern EMsgPort *mail_gui_port;
/* a message port that receives messages in the gui thread, used for the reply port */