Changeset 3715
- Timestamp:
- 07/02/08 22:26:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
r3705 r3715 4248 4248 { 4249 4249 g_static_rec_mutex_lock (store->idle_t_lock); 4250 if (store->in_idle && store->idle_thread ) {4250 if (store->in_idle && store->idle_thread && (g_thread_self () != store->idle_thread)) { 4251 4251 IdleResponse *idle_resp = NULL; 4252 4252 store->idle_cont = FALSE; … … 4312 4312 g_static_rec_mutex_lock (store->idle_t_lock); 4313 4313 4314 if (!store->in_idle && store->idle_thread ) {4314 if (!store->in_idle && store->idle_thread && (g_thread_self () != store->idle_thread)) { 4315 4315 IdleResponse *idle_resp = NULL; 4316 4316
