Changeset 3716
- Timestamp:
- 07/02/08 22:34:09
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/modest/diablo-pe2/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
r3710 r3716 4176 4176 { 4177 4177 g_static_rec_mutex_lock (store->idle_t_lock); 4178 if (store->in_idle && store->idle_thread ) {4178 if (store->in_idle && store->idle_thread && (g_thread_self () != store->idle_thread)) { 4179 4179 IdleResponse *idle_resp = NULL; 4180 4180 store->idle_cont = FALSE; … … 4240 4240 g_static_rec_mutex_lock (store->idle_t_lock); 4241 4241 4242 if (!store->in_idle && store->idle_thread ) {4242 if (!store->in_idle && store->idle_thread && (g_thread_self () != store->idle_thread)) { 4243 4243 IdleResponse *idle_resp = NULL; 4244 4244
