diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index fc54aa9c82..cf0b74e6f1 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -979,7 +979,7 @@ mail_transfer_messages (CamelFolder *source, GPtrArray *uids, m->done = done; m->data = data; - e_thread_put(mail_thread_queued, (EMsg *)m); + e_thread_put(mail_thread_queued_slow, (EMsg *)m); } /* ** SCAN SUBFOLDERS ***************************************************** */ @@ -2171,7 +2171,7 @@ mail_prep_offline(const char *uri, m->data = data; m->done = done; - e_thread_put(mail_thread_queued, (EMsg *)m); + e_thread_put(mail_thread_queued_slow, (EMsg *)m); } /* ** GO OFFLINE ***************************************************** */ |