Changeset 3556
- Timestamp:
- 04/09/08 11:15:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
r3554 r3556 4123 4123 * for this usleep() and cnt stuff. */ 4124 4124 4125 if ( my_cont)4125 if (store->idle_cont && my_cont) { 4126 4126 usleep (500000); 4127 if (!store->idle_cont) 4128 my_cont = FALSE; 4129 } 4127 4130 cnt++; 4128 4131 }
