Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-vee-folder.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-11-06 Srinivasa Ragavan** Fix for bug #330157
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-12-08 Jeff Caiif search expression of a vfolder is null, make it...
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-17 Tor Lillqvistcamel-cipher-context.c Drop unneeded <pthread.h>.
2005-02-01 Not Zed** See bug #65329
2005-01-12 Not Zed** See bug #70095.
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-11-12 Not Zed** Merge in notzed-messageinfo-branch, fix some minor...
2004-09-28 Not Zedfree the unmatched uid values as well.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-05-19 Not Zed** See #58641.
2004-05-04 Not Zed** See #57979.
2004-05-03 Not Zed** See bug #57881.
2004-04-08 Not Zedinclude camel-debug.h
2004-04-06 Not Zed** See bug #56464.
2004-02-06 Not Zedchanged to return a boolean to indicate if the flags...
2004-02-04 Jeffrey Stedfastupdated last fix to use void* instead of gpointer
2004-02-04 Jeffrey StedfastUse macro casts from int to pointer.
2003-09-18 Jeffrey Stedfastnamespaced the encoding/decoding routines.
2003-08-13 Not ZedFix the range check, we were stopping removal of 1...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-06-18 Not ZedCalculate ranges to remove folder info's more efficient...
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-03-07 Not Zedhandle a null return from search_by_expression, for...
2002-10-03 Not Zed/home/notzed/gnome/head/evolution/camel
2002-07-22 Not ZedOops, forgot to implement this. Fixes #24604.
2002-07-03 Not ZedIf we get an exception from the child sync, update...
2002-06-17 Jeffrey StedfastUpdate the freeze state of the new source folder.
2002-06-14 Jeffrey StedfastFreeze source folders. (vee_thaw): Thaw all source...
2002-06-03 Not ZedCheck that any unmatched operation is not concerning...
2002-06-03 Not Zedsetup/free the mech string.
2002-05-13 Dan WinshipAdd a "char **appended_uid" argument, for the caller...
2002-05-10 Dan WinshipReplace copy_messages_to and move_messages_to with...
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2002-04-17 Jeffrey StedfastIf the vee-folder is the unmatched, we don't have our...
2001-11-30 4Use the uid rather than vuid for unmatched. Also add...
2001-11-02 1Move all searching operations outside of any locks...
2001-10-30 9If we're not going to search on a changed uid, make...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-27 7Finished implementation.
2001-10-26 5Remove the stupid warning that should never have been...
2001-10-21 1Dont do the macro stuff - basically so you can actually...
2001-10-21 1oops, dont free the vuid, since its alloca'd now.
2001-10-19 Michael Zuccicamel-vee-folder.c (folder_changed_change): Change...
2001-10-19 Michael ZucciFixes a deadlock. camel-vee-folder.c: (folder_changed_c...
2001-10-19 Michael Zucci Typo, srlen aint right.
2001-10-19 Michael Zuccicamel-vee-folder.c: (folder_changed_change_uid): Use...
2001-10-19 9Lock the right lock for unmatched subfolder list stuff...
2001-10-12 2Unhook from all events before removing folder.
2001-10-11 1convert the uids list to a subset appropriate for each...
2001-10-10 0Only re-build the folder if we're expunging. Also only...
2001-10-09 Michael Zucci Forgot a little bit of debug.
2001-10-09 9Implement.
2001-10-09 Dan Winshipreplace the ever-growing list of gbooleans with a singl...
2001-09-26 6Emptied VeeStorePrivate, member wasn't used.
2001-09-21 1Force a refresh of vfolders before storing their count...
2001-09-20 0Build the path on the folderinfo.
2001-09-19 9General cleanup of camel debug printfs.
2001-09-18 8If filter inbox is set on the store, and we're opening...
2001-09-15 4New function, set the complete list of folders on a...
2001-07-09 Not ZedChanged so we dont have the list changing under us...
2001-07-05 Peter WilliamsMove this before the camel_vee_folder_remove_folder...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-06-18 Jeffrey StedfastNote: Except for the info_free(), the NULL checks are...
2001-04-26 Not ZedApplied jacob's patches for e-poolv stuff.
2001-04-05 Not Zedmerge from evolution-0-10-branch to evolution-0-10...
2001-03-30 Not ZedNot quite finished but checking in for some local frobbing.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-29 Michael Zucci (vee_expunge): Oops, call the class sync, not supercla...
2001-03-29 Not ZedAccess the folder directly from the message info.
2001-03-27 Not ZedFix a cut n paste bug, we want uid_removed not uid_chan...
2001-03-27 Jeffrey StedfastMove all of the camel_vee_folder_construct() internals...
2001-03-27 Jeffrey StedfastUse camel_vtrash_folder_new() to create the vtrash...
2001-03-26 Not ZedAdded folder_created event here.
2001-03-21 Jeffrey StedfastReturn -1 on fail. (camel_filter_driver_filter_folder...
2001-03-13 Jeffrey StedfastDon't allow the user to copy a message to or from the...
2001-03-02 Not ZedNew function to remove a folder from a vfolder.
2001-02-21 Not ZedRemoved all files.