Changeset 2845

Show
Ignore:
Timestamp:
10/18/07 13:56:38
Author:
pvanhoof
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/camel-operation.c

    r2844 r2845  
    617617           they started, then they update every second */ 
    618618        now = stamp(); 
    619         if (cc->status_update == now) { 
    620                 /* cc = NULL; */ 
     619        if (FALSE && cc->status_update == now) { 
     620                cc = NULL; 
    621621        } else if (s->flags & CAMEL_OPERATION_TRANSIENT) { 
    622622                if (s->stamp + CAMEL_OPERATION_TRANSIENT_DELAY > now) {