Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-folder.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-07-09 Gilles DartiguelongueFix compilation warnings (#363384)
2007-06-01 Karl Relton** Fix for bug #311512
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-02-23 Matthew Barnes** Fixes bug #356177
2006-06-15 Andre Klapperchanging "uri" to "URI" in user-visible strings. Fixes...
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-12-13 Tor Lillqvistcamel-folder.c Just cosmetics.
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-07-21 Not ZedChanged the semantics slightly. !FAST makes no guarante...
2005-07-06 Vivek Jaincheck if junk_plugin is supplied before starting any...
2005-05-10 Jeffrey Stedfastmore doc fixes
2005-05-10 Jeffrey Stedfastmore docs written
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-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-08-25 Frédéric CrozatInit one variable (remove warning) and don't redefine it.
2004-05-21 Not Zedadded a 'domain' argument, and rearragned arguments...
2004-05-21 Not Zedre-arrange the code so exception debug will print the...
2004-05-20 Not Zedcopy the messageinfo rather than reference the source...
2004-05-03 Not Zed** See bug #57881.
2004-04-13 Not Zedimplement the new counts, and get them all atomically...
2004-04-08 Not Zedalways set the seen flag when we delete a message....
2004-04-08 Not Zedinclude camel-debug.h
2004-04-06 Not Zed** See bug #56110.
2004-04-06 Not Zed** See bug #56464.
2004-04-02 Jeffrey StedfastNew function to get the deleted message count (used...
2004-03-19 Not Zedremove async_thread thing.
2004-03-17 Radek Doulikreverted last fix and:
2004-03-17 Jeffrey StedfastDon't bloody junktest filter mail unless the user has...
2004-03-15 Jeffrey StedfastAlways use '/' to derive the basename of the folder...
2004-03-15 Not Zedset the mime-type field on the content the same way as
2004-03-12 Radek Doulikclearn the learn bit only if set
2004-03-12 Radek Doulikwatch for setting JUNK flag, if JUNK_LEARN is not set...
2004-03-03 Not Zedfun dun diddley un fun. Since we're writing a const...
2004-02-25 5do not avoid junk mails in unread count
2004-02-09 Not Zed** See bug #51319.
2004-02-06 Not Zedchanged to return a boolean to indicate if the flags...
2004-02-04 Jeffrey StedfastUse macro casts from int to pointer.
2004-01-27 Radek Doulikset CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_su...
2004-01-23 Radek Doulikuse check_junk_for_imap flag
2003-12-04 Radek Doulikcheck recent messages for junk mail
2003-12-01 Jeffrey StedfastSame.
2003-11-12 Radek Doulikmerged spam filtering branch
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-09-23 Jeffrey StedfastIf the CREATE flag is set and the parent .sbd directory...
2003-09-22 Not ZedAdded "offline_sync" option, which lets you synchronise...
2003-08-27 Not Zedimplement PERSISTENT_PROPERTIES, for index mode.
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-03-28 Not Zedremove unused var.
2003-03-13 Jeffrey StedfastDon't add bogus uids to the uid array. Might fix bug...
2002-10-18 Not ZedDo the filtering ourselves. This is so a problem like...
2002-10-04 Not ZedDont get the filter driver inside the change_lock....
2002-10-03 Not Zed/home/notzed/gnome/head/evolution/camel
2002-09-23 Jeffrey StedfastIf the original message is deleted, reset the deleted...
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-06-26 Not ZedInclude <sys/time.h> for struct timeval.
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-01-08 Jeffrey StedfastFlush the only-once actions.
2001-10-29 9Turn off w() -> warnings.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 7Finished implementation.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-20 0If no exception supplied, use a local one. (move_messag...
2001-10-09 9Implement.
2001-10-09 Dan Winshipreplace the ever-growing list of gbooleans with a singl...
2001-10-05 Jeffrey StedfastTurn off warnings. (get_name): Same.
2001-10-03 Jeffrey StedfastCall camel_folder_delete() on the folder if it's "alive".
2001-09-25 5Only unref info if we got it.
2001-09-25 4Set the exception to FOLDER_INVALID rather than making...
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-17 Jeffrey StedfastReverted previous changes.
2001-09-16 Jeffrey StedfastNew function to get the URI of a folder. (get_uri)...
2001-09-11 0Progress reporting while moving messages.
2001-08-01 Not ZedSlightly re-arranged filter/change notification logic...
2001-07-25 Not ZedChange the break into a continue, we should process...
2001-07-05 Jeffrey Stedfastif source == dest, just no-op.
2001-06-28 Dan WinshipIf the folder is frozen, don't refresh, just record...
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-24 Jeffrey StedfastNew class that can be used to browse a multipart/digest...
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-27 Jeffrey StedfastUse camel_vtrash_folder_new() to create the vtrash...
2001-03-17 Not ZedImplemented. (ref_message_info): And default implementa...
2001-03-13 Jeffrey StedfastDon't allow the user to copy a message to or from the...
2001-02-23 Michael ZucciDoh, cut and paste problem, use mlist not cc.
2001-02-21 Not ZedRemoved, not used. (camel_vee_folder_new): Removed...
2001-02-19 Not ZedAdded flags argument. (message_changed): Add support...
2001-02-06 Not ZedRemoved unwanted header. It was never put in for a...
2001-01-17 Michael ZucciIndex: ChangeLog
2001-01-11 Dan WinshipFix a locking problem. (One branch of an if statement...
2001-01-04 Not ZedIf we have a lot of messages changed, promote it to...
2001-01-03 Not ZedREmove warning, this isn't really deprecated, sigh.
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-11-30 Not ZedRemove assertion that content is there, when it no...
next