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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-mt.h b/mail/mail-mt.h
index 6ec2255bc7..8f90c3b0c7 100644
--- a/mail/mail-mt.h
+++ b/mail/mail-mt.h
@@ -77,6 +77,7 @@ extern EMsgPort *mail_gui_reply_port;
/* some globally available threads */
extern EThread *mail_thread_queued; /* for operations that can (or should) be queued */
extern EThread *mail_thread_new; /* for operations that should run in a new thread each time */
+extern EThread *mail_thread_queued_slow; /* for operations that can (or should) be queued, but take a long time */
/* The main thread. */
extern pthread_t mail_gui_thread;