Changeset 1699

Show
Ignore:
Timestamp:
03/05/07 16:59:26
Author:
pvanhoof
Message:

Bugfix for ticket 26

Files:

Legend:

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

    r1698 r1699  
    197197 
    198198        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)) */ 
    200201                        return FALSE; 
    201  
     202        } 
     203         
    202204        /* g_mutex_lock (store->stream_lock); */ 
    203205