aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-filter-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of an unused variable.Jeffrey Stedfast2002-04-171-1/+0
* We now have to check to make sure that p->message is non-NULL because weJeffrey Stedfast2002-03-291-3/+22
* Construct the source_url the right way. The previous way was generatingJeffrey Stedfast2002-03-281-7/+14
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-2/+5
* Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-291-1/+1
* Call the beep callback function.Jeffrey Stedfast2002-01-251-4/+20
* New function to remove a filter rule by name.Jeffrey Stedfast2002-01-231-1/+24
* As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-221-1/+1
* If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-101-24/+83
* Flush the only-once actions.Jeffrey Stedfast2002-01-081-24/+135
* Reset the filtered_count to zero.Jeffrey Stedfast2001-12-151-14/+65
* Same as below.12001-11-011-2/+4
* Make sure we unref the mimeparse when we're done (successfully). This was02001-10-311-4/+3
* More fixing of the license texts.Ettore Perazzoli2001-10-281-12/+11
* Add an optimization for when destination folder is the same as the sourceJeffrey Stedfast2001-10-181-0/+3
* Set the DELETED flag on directly on the info if the source folder doesn'tJeffrey Stedfast2001-10-181-1/+1
* Only perform the operation on the folder if the folder has summaryJeffrey Stedfast2001-10-171-3/+3
* If we get a search error, just abort, dont try and fall back and copy to62001-09-271-22/+42
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-1/+1
* Don't reuse the exception if it has already been set.Jeffrey Stedfast2001-09-141-9/+16
* free the source url in the nonfailure case.Larry Ewing2001-09-131-0/+1
* Unref the message info.Jeffrey Stedfast2001-09-131-1/+4
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-101-3/+3
* Slight fix for when source == destination (we don't want to do this actionJeffrey Stedfast2001-07-241-0/+3
* We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-131-1/+5
* Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-131-8/+9
* Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-131-4/+3
* Only set p->copied and p->deleted if the messages are copied without anJeffrey Stedfast2001-07-131-7/+11
* Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-111-2/+7
* new method to get an application-initialized filter driver.Dan Winship2001-07-021-23/+12
* Since we want an error opening a folder to result in the message beingJeffrey Stedfast2001-06-271-5/+8
* g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-261-16/+21
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* Add a separator between the service url and the folder name, if needed.Jon Trowbridge2001-06-081-1/+13
* Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-081-7/+12
* more memory leaksDan Winship2001-04-181-0/+2
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-2/+2
* marked report status strings for tanslation, fixes #1973Gediminas Paulauskas2001-04-031-7/+7
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-12/+17
* Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-271-9/+24
* Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-251-4/+4
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+3
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-221-19/+21
* Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-191-13/+73
* A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-011-1/+1
* Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-231-17/+37
* Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-171-3/+9
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-251-1/+1
* (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-241-1/+0
* Remove the 'finished message' bit.Not Zed2001-01-241-2/+2
* Perform error checking on parsing/execution.Not Zed2001-01-231-7/+13
* avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-231-2/+5
* When removing phantom nodes, check for the end node too.Not Zed2001-01-221-12/+12
* Added an exception to CamelFilterGetFolderFunc.Not Zed2001-01-211-15/+26
* Set the deleted bit *before* copying to the default folder, this way ifJeffrey Stedfast2001-01-201-4/+4
* Add a percentage complete indicator to the status thing.Not Zed2001-01-191-13/+20
* Index: ChangeLogMichael Zucci2001-01-171-0/+774