| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, forgot to implement this. Fixes #24604. | Not Zed | 2002-07-22 | 1 | -0/+15 |
* | If we get an exception from the child sync, update the exception string so | Not Zed | 2002-07-03 | 1 | -1/+6 |
* | Update the freeze state of the new source folder. | Jeffrey Stedfast | 2002-06-18 | 1 | -4/+29 |
* | Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bug | Jeffrey Stedfast | 2002-06-15 | 1 | -0/+53 |
* | Check that any unmatched operation is not concerning any vfolder. Other | Not Zed | 2002-06-03 | 1 | -10/+14 |
* | setup/free the mech string. | Not Zed | 2002-06-03 | 1 | -0/+32 |
* | Add a "char **appended_uid" argument, for the caller to optionally pass in | Dan Winship | 2002-05-14 | 1 | -4/+4 |
* | Replace copy_messages_to and move_messages_to with a single function that | Dan Winship | 2002-05-11 | 1 | -24/+12 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 1 | -1/+1 |
* | If the vee-folder is the unmatched, we don't have our own expression so we | Jeffrey Stedfast | 2002-04-18 | 1 | -3/+7 |
* | Use the uid rather than vuid for unmatched. Also add the uid to unmatched | 4 | 2001-12-01 | 1 | -4/+34 |
* | Move all searching operations outside of any locks except subfolder lock, | 1 | 2001-11-03 | 1 | -53/+80 |
* | If we're not going to search on a changed uid, make sure we change out | 9 | 2001-10-30 | 1 | -1/+3 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -12/+11 |
* | Finished implementation. | 7 | 2001-10-27 | 1 | -1/+14 |
* | Remove the stupid warning that should never have been there in the first | 5 | 2001-10-26 | 1 | -13/+42 |
* | Dont do the macro stuff - basically so you can actually debug calls. | 1 | 2001-10-22 | 1 | -1/+1 |
* | oops, dont free the vuid, since its alloca'd now. | 1 | 2001-10-22 | 1 | -1/+0 |
* | camel-vee-folder.c (folder_changed_change): Change logic, we always add | Michael Zucci | 2001-10-20 | 1 | -15/+18 |
* | Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dont | Michael Zucci | 2001-10-20 | 1 | -2/+1 |
* | Typo, srlen aint right. | Michael Zucci | 2001-10-19 | 1 | -1/+1 |
* | camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, and | Michael Zucci | 2001-10-19 | 1 | -35/+85 |
* | Lock the right lock for unmatched subfolder list stuff. If the sub folder | 9 | 2001-10-19 | 1 | -16/+57 |
* | Unhook from all events before removing folder. | 2 | 2001-10-13 | 1 | -1/+14 |
* | convert the uids list to a subset appropriate for each subfolder before | 1 | 2001-10-12 | 1 | -8/+21 |
* | Only re-build the folder if we're expunging. Also only clear out the | 0 | 2001-10-11 | 1 | -5/+7 |
* | Forgot a little bit of debug. | Michael Zucci | 2001-10-10 | 1 | -1/+1 |
* | Implement. | 9 | 2001-10-10 | 1 | -141/+283 |
* | replace the ever-growing list of gbooleans with a single guint32 for | Dan Winship | 2001-10-09 | 1 | -2/+2 |
* | Emptied VeeStorePrivate, member wasn't used. | 6 | 2001-09-27 | 1 | -11/+19 |
* | Force a refresh of vfolders before storing their count. This essentially | 1 | 2001-09-21 | 1 | -1/+62 |
* | Build the path on the folderinfo. | 0 | 2001-09-21 | 1 | -3/+3 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -5/+5 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 1 | -4/+0 |
* | New function, set the complete list of folders on a vfolder, all at once. | 4 | 2001-09-15 | 1 | -19/+76 |
* | Changed so we dont have the list changing under us, just going to the next | Not Zed | 2001-07-09 | 1 | -2/+3 |
* | Move this before the camel_vee_folder_remove_folder because that function | Peter Williams | 2001-07-06 | 1 | -2/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -3/+3 |
* | Note: Except for the info_free(), the NULL checks are g_return's. I felt | Jeffrey Stedfast | 2001-06-19 | 1 | -1/+1 |
* | Applied jacob's patches for e-poolv stuff. | Not Zed | 2001-04-26 | 1 | -2/+5 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 1 | -1/+1 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -2/+0 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -2/+4 |
* | (vee_expunge): Oops, call the class sync, not superclass sync. | Michael Zucci | 2001-03-29 | 1 | -1/+3 |
* | Access the folder directly from the message info. | Not Zed | 2001-03-29 | 1 | -92/+95 |
* | Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixes | Not Zed | 2001-03-27 | 1 | -1/+1 |
* | Move all of the camel_vee_folder_construct() internals here. | Jeffrey Stedfast | 2001-03-27 | 1 | -5/+24 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -12/+21 |
* | Added folder_created event here. | Not Zed | 2001-03-27 | 1 | -594/+559 |
* | Return -1 on fail. (camel_filter_driver_filter_folder): Same. | Jeffrey Stedfast | 2001-03-22 | 1 | -0/+2 |
* | Don't allow the user to copy a message to or from the vtrash folder. Set | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+46 |
* | New function to remove a folder from a vfolder. | Not Zed | 2001-03-03 | 1 | -1/+65 |
* | Removed all files. | Not Zed | 2001-02-22 | 1 | -0/+942 |