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