Changeset 63

Show
Ignore:
Timestamp:
12/01/07 10:43:44
Author:
pvanhoof
Message:

Connecting when offline and asking for a message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/tmut-folder-view.c

    r62 r63  
    470470                                        OnWentOnlineInfo *info = g_slice_new0 (OnWentOnlineInfo); 
    471471                                        TnyAccount *account = tny_folder_get_account (folder); 
    472                                         //tny_device_force_online (device); 
     472 
     473                                        /* If we do this, sometimes the callback tells us the  
     474                                         * connecting got canceled. It makes sense why (for me, 
     475                                         * Tinymail's developer), perhaps I need to fix this 
     476                                         * in Tinymail. For now .. we just don't do it because 
     477                                         * it ain't really necessary (the account goes into 
     478                                         * online, no matter what state the device is is, when 
     479                                         * using tny_camel_account_set_online). 
     480                                         * 
     481                                         * tny_device_force_online (device);  
     482                                         **/ 
    473483                                        info->folder = g_object_ref (folder); 
    474484                                        info->header = g_object_ref (header);