Changeset 3556

Show
Ignore:
Timestamp:
04/09/08 11:15:26
Author:
pvanhoof
Message:

Small improvement

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c

    r3554 r3556  
    41234123                 * for this usleep() and cnt stuff. */ 
    41244124 
    4125                 if (my_cont) 
     4125                if (store->idle_cont && my_cont) { 
    41264126                        usleep (500000); 
     4127                        if (!store->idle_cont) 
     4128                                my_cont = FALSE; 
     4129                } 
    41274130                cnt++; 
    41284131        }