aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-sync-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-sync-stream.c')
-rw-r--r--mail/em-sync-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-sync-stream.c b/mail/em-sync-stream.c
index 8c7d266855..982a56c90a 100644
--- a/mail/em-sync-stream.c
+++ b/mail/em-sync-stream.c
@@ -108,7 +108,7 @@ emss_sync_op (EMSyncStream *emss, enum _write_msg_t op,
msg.len = len;
camel_object_ref (emss);
-
+
if (emss->idle_id)
g_source_remove (emss->idle_id);
emss->idle_id = g_idle_add ((GSourceFunc) emss_process_message, &msg);