Changeset 2845
- Timestamp:
- 10/18/07 13:56:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/camel-operation.c
r2844 r2845 617 617 they started, then they update every second */ 618 618 now = stamp(); 619 if ( cc->status_update == now) {620 /* cc = NULL; */619 if (FALSE && cc->status_update == now) { 620 cc = NULL; 621 621 } else if (s->flags & CAMEL_OPERATION_TRANSIENT) { 622 622 if (s->stamp + CAMEL_OPERATION_TRANSIENT_DELAY > now) {
