Changeset 3486

Show
Ignore:
Timestamp:
03/11/08 13:53:23
Author:
jdapena
Message:

* libtinymail-camel/tny-camel-folder.c:

Now poke_status only tries to do the job if folder is
connected/active. Should prevent getting lots of attempts to
connect in queue that have to be finished later.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3485 r3486  
     12008-03-11  Jose Dapena Paz  <jdapena@igalia.com> 
     2 
     3        * libtinymail-camel/tny-camel-folder.c: 
     4        Now poke_status only tries to do the job if folder is 
     5        connected/active. Should prevent getting lots of attempts to 
     6        connect in queue that have to be finished later. 
     7 
    182008-03-07  Jose Dapena Paz  <jdapena@igalia.com> 
    29 
  • trunk/libtinymail-camel/tny-camel-folder.c

    r3482 r3486  
    51425142        store = priv->store; 
    51435143 
    5144         if (info->do_status) { 
     5144        if (info->do_status && ((CamelService *) store)->status == CAMEL_SERVICE_CONNECTED) { 
    51455145                camel_store_get_folder_status (store, priv->folder_name,  
    51465146                        &newurlen, &newlen, &uidnext);