diff options
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 9ae5673bd2..252957445e 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -3425,7 +3425,8 @@ mail_regen_list (MessageList *ml, const char *search, const char *hideexpr, Came ml->regen = g_list_prepend(ml->regen, m); - e_thread_put (mail_thread_new, (EMsg *)m); + /* TODO: we should manage our own thread stuff, would make cancelling outstanding stuff easier */ + e_thread_put (mail_thread_queued, (EMsg *)m); } |