aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-vee-folder.c
Commit message (Expand)AuthorAgeFilesLines
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-191-1/+1
* Fix the range check, we were stopping removal of 1 or 2 removals, for someNot Zed2003-08-141-2/+2
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-29/+8
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-181-8/+43
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-7/+7
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-071-9/+12
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-031-2/+2
* Oops, forgot to implement this. Fixes #24604.Not Zed2002-07-221-0/+15
* If we get an exception from the child sync, update the exception string soNot Zed2002-07-031-1/+6
* Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-181-4/+29
* Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-151-0/+53
* Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-031-10/+14
* setup/free the mech string.Not Zed2002-06-031-0/+32
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-141-4/+4
* Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-111-24/+12
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-1/+1
* If the vee-folder is the unmatched, we don't have our own expression so weJeffrey Stedfast2002-04-181-3/+7
* Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-12-011-4/+34
* Move all searching operations outside of any locks except subfolder lock,12001-11-031-53/+80
* If we're not going to search on a changed uid, make sure we change out92001-10-301-1/+3
* More fixing of the license texts.Ettore Perazzoli2001-10-281-12/+11
* Finished implementation.72001-10-271-1/+14
* Remove the stupid warning that should never have been there in the first52001-10-261-13/+42
* Dont do the macro stuff - basically so you can actually debug calls.12001-10-221-1/+1
* oops, dont free the vuid, since its alloca'd now.12001-10-221-1/+0
* camel-vee-folder.c (folder_changed_change): Change logic, we always addMichael Zucci2001-10-201-15/+18
* Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dontMichael Zucci2001-10-201-2/+1
* Typo, srlen aint right.Michael Zucci2001-10-191-1/+1
* camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, andMichael Zucci2001-10-191-35/+85
* Lock the right lock for unmatched subfolder list stuff. If the sub folder92001-10-191-16/+57
* Unhook from all events before removing folder.22001-10-131-1/+14
* convert the uids list to a subset appropriate for each subfolder before12001-10-121-8/+21
* Only re-build the folder if we're expunging. Also only clear out the02001-10-111-5/+7
* Forgot a little bit of debug.Michael Zucci2001-10-101-1/+1
* Implement.92001-10-101-141/+283
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-091-2/+2
* Emptied VeeStorePrivate, member wasn't used.62001-09-271-11/+19
* Force a refresh of vfolders before storing their count. This essentially12001-09-211-1/+62
* Build the path on the folderinfo.02001-09-211-3/+3
* General cleanup of camel debug printfs.92001-09-191-5/+5
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-4/+0
* New function, set the complete list of folders on a vfolder, all at once.42001-09-151-19/+76
* Changed so we dont have the list changing under us, just going to the nextNot Zed2001-07-091-2/+3
* Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-061-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* Note: Except for the info_free(), the NULL checks are g_return's. I feltJeffrey Stedfast2001-06-191-1/+1
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-261-2/+5
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-1/+1
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-2/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-2/+4
* (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-291-1/+3
* Access the folder directly from the message info.Not Zed2001-03-291-92/+95
* Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-271-1/+1
* Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-271-5/+24
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-12/+21
* Added folder_created event here.Not Zed2001-03-271-594/+559
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-221-0/+2
* Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-141-0/+46
* New function to remove a folder from a vfolder.Not Zed2001-03-031-1/+65
* Removed all files.Not Zed2001-02-221-0/+942