Changeset 1699
- Timestamp:
- 03/05/07 16:59:26
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c
r1698 r1699 197 197 198 198 if (store->ostream == NULL || ((CamelObject *)store->ostream)->ref_count <= 0) 199 if (!camel_service_connect ((CamelService*)store, ex)) 199 { 200 /*if (!camel_service_connect ((CamelService*)store, ex)) */ 200 201 return FALSE; 201 202 } 203 202 204 /* g_mutex_lock (store->stream_lock); */ 203 205
