Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=14212 | ||||
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
| | | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190 | ||||
* | Use fseek instead of fseeko since we want to be portable and use ftell | Jeffrey Stedfast | 2001-08-25 | 1 | -4/+4 |
| | | | | | | | | | | | 2001-08-24 Jeffrey Stedfast <fejj@ximian.com> * camel-disco-diary.c (camel_disco_diary_replay): Use fseek instead of fseeko since we want to be portable and use ftell rather than ftello for the same reason. (camel_disco_diary_empty): Same here. svn path=/trunk/; revision=12469 | ||||
* | Fix an obvious typo | Dan Winship | 2001-05-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=10045 | ||||
* | Code for logging and replaying offline operations. | Dan Winship | 2001-05-30 | 1 | -0/+417 |
* camel-disco-diary.c: Code for logging and replaying offline operations. * camel-disco-store.c (disco_construct): Set disco->status here (where we can base it on the session's offline status) rather than at init time. (disco_connect): If we connect online and have a non-empty diary, switch to RESYNCING mode and replay the diary to the server. (disco_get_folder, disco_get_folder_info): Add _resyncing variants. * camel-disco-folder.c (disco_sync, disco_expunge_uids, disco_append_message, disco_copy_messages_to, disco_move_messages_to): Add _resyncing variants to switches. (disco_expunge_uids, disco_append_message, disco_copy_messages_to, disco_move_messages_to): Remove #ifdef'ed out diary code: let the provider do it. (disco_append_message): Redo the append methods to no longer return the UID, since we're no longer doing the logging from here. svn path=/trunk/; revision=10040 |