aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Filtering on demand! booyeah!Peter Williams2000-08-181-5/+17
* Use mail_tool_get_folder_name here too. (Hm... this directory reallyDan Winship2000-08-131-2/+2
* Remove an '#if 0' that must have been left in accidentally, so thatDan Winship2000-08-111-2/+3
* Use proper accessor function instead of poking the structure.Not Zed2000-08-111-6/+1
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+6
* Fix the infinite movemailPeter Williams2000-08-111-0/+1
* Merge with camel-async.Peter Williams2000-08-111-100/+228
* Save the results of searches till we're done. So we dont have to goNot Zed2000-08-111-37/+38
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-148/+46
* Update for CamelFolder API changes. (delete_message and get_uids don'tDan Winship2000-07-251-3/+3
* Updated to reflect changes to camel_folder_append_message ()Jeffrey Stedfast2000-07-121-2/+5
* Update for camel_folder_search_by_expression change (GList -> GPtrArray).Dan Winship2000-07-081-69/+82
* remove some non-error case debugging messages.Dan Winship2000-07-061-37/+5
* Add uids to the "processed" list only after succesfully doing somethingDan Winship2000-07-061-14/+14
* Get filters to work by not freeing the XML document nor the ruleset.Ettore Perazzoli2000-07-031-0/+2
* freeze the folder to avoid multiple folder_changed's (close_folder): andDan Winship2000-07-031-1/+6
* kill filter_driver_set_session and filter_driver_set_rules and insteadDan Winship2000-07-031-53/+22
* Updated to reflect changes made to camel-folder.Jeffrey Stedfast2000-07-021-3/+3
* Add some checks for bad/nonexistant XML docs.Peter Williams2000-07-011-1/+5
* Added a #include <gnome-xml/parser.h> as this was needed (since we usedJeffrey Stedfast2000-06-271-3/+7
* Update for Camel flag handling changes.Dan Winship2000-06-171-8/+2
* Update for CamelFolder changes.Dan Winship2000-06-161-8/+1
* Update for folder existence/creation changes.Dan Winship2000-06-071-5/+1
* Free the exception and the priv struct.Christopher James Lahey2000-06-021-0/+4
* New file - lists rules appropriate for vfolders (no actions, etc).Not Zed2000-05-281-28/+48
* update for camel_folder_get_uids changeDan Winship2000-05-191-8/+8
* Fix some html formatting.NotZed2000-05-171-17/+35
* Removed filter-driver test program, now just part of libfilter.NotZed2000-05-161-150/+348
* Fix for api.NotZed2000-05-021-12/+1
* Remove no-longer-necessary call to camel_provider_register_as_module.Dan Winship2000-05-011-1/+0
* Removed a bunch of crappy unrequired headers.NotZed2000-04-211-7/+1
* kill camel-logDan Winship2000-04-191-1/+0
* Plug some minor memleaks.NotZed2000-03-281-0/+12
* Changed to use async search api.NotZed2000-03-241-1/+15
* Actually implement filtering, at least, from Inbox. Copy messages toNotZed2000-03-051-65/+232
* Remove gui code, this will be actual filtering code.NotZed2000-03-011-257/+14
* Removed unused header.NotZed2000-02-291-2/+2
* Removed references to filter-sexp.[ch].NotZed2000-02-291-16/+16
* New utility functions for working with the internal rule format.NotZed2000-02-221-7/+13
* Now have loader/save, basic gui elements (which i wantNotZed2000-02-191-48/+338
* Initial revisionMichael Zucci2000-02-161-0/+176