aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-driver.c
Commit message (Expand)AuthorAgeFilesLines
* Add #include <config.h> and mark some strings for translation.Kjartan Maraas2001-02-051-0/+778
* Removed, now lives in camel-filter-search.*Not Zed2001-01-221-774/+0
* Set the delete bit *before* copying to the default folder.Jeffrey Stedfast2001-01-201-4/+4
* Moved p->copied to the inner part of the loop so that in the case of aJeffrey Stedfast2001-01-131-4/+7
* Set the 'dirty' flag - this should fix the problem of flags not being setJeffrey Stedfast2001-01-031-2/+2
* Merge from camel-mt-branch.Not Zed2000-12-241-2/+0
* And here too.Not Zed2000-12-211-1/+3
* God-damned friggin' WinCvs shit is so damn annoying. Why can't I just paste m...Jeffrey Stedfast2000-12-211-1/+2
* Oops, missed a gtk unref of the now-no-longer gtk e_sexp.Not Zed2000-12-201-19/+2
* Added support for the system-flag type.Jeffrey Stedfast2000-12-021-36/+11
* Use camel_message_info_free() instead of freeing everything by hand - isJeffrey Stedfast2000-12-011-32/+3
* Update to use EStrv in appropriate places (wrapped with #ifdef DOESTRV forJeffrey Stedfast2000-12-011-4/+23
* Sync here instead. (filter_driver_filter_mbox): And here too.Jeffrey Stedfast2000-11-161-4/+11
* Sync the defaultfolder.Jeffrey Stedfast2000-11-161-1/+3
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-131-1/+1
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-131-3/+7
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-131-1/+1
* you shouldn't use an integer to set the flag. You should use a string, andNot Zed2000-11-071-3/+8
* Fix for when 'desc' is NULL. (filter_driver_filter_message): Use a moreJeffrey Stedfast2000-11-031-2/+2
* Fix for when 'desc' is NULL. (filter_driver_filter_message): Use a moreJeffrey Stedfast2000-11-021-1/+1
* Fix for when 'desc' is NULL.Jeffrey Stedfast2000-11-021-4/+7
* Use filter_driver_log() where appropriate. (do_copy): Use the service urlJeffrey Stedfast2000-11-021-44/+84
* Updated to add an action to set message flags.Jeffrey Stedfast2000-11-011-7/+48
* Copy the message to the default folder if it wasn't marked as deleted.Jeffrey Stedfast2000-10-291-1/+1
* divide before multiple so that we don't overflow.Jacob "Ulysses" Berkman2000-10-281-2/+4
* Don't mark as deleted here, otherwise the message will have the DELETEDJeffrey Stedfast2000-10-271-2/+4
* Fixed NULL in fprintf.Jeffrey Stedfast2000-10-251-2/+9
* Set the remove button insensitive if there is only 1 action left.Jeffrey Stedfast2000-10-241-4/+16
* Added filter-url.[c,h].Jeffrey Stedfast2000-10-211-84/+121
* Start fetching at 1, not 0.Jeffrey Stedfast2000-10-201-17/+18
* Report the percentage of file complete for the filter.Not Zed2000-10-121-121/+258
* Now takes an argument to specify the log file (or NULL if logging is notJeffrey Stedfast2000-09-281-1/+35
* We now use a "copied" variable to record whether a message was marked asJeffrey Stedfast2000-09-121-19/+17
* No longer takes a self_destruct argument.Jeffrey Stedfast2000-09-121-4/+4
* Don't freeze/thaw the default inbox here, let the caller freeze/thaw it.Jeffrey Stedfast2000-09-121-22/+11
* Fixed a logic error. Only mark filtered as TRUE if it was successfullyJeffrey Stedfast2000-09-101-5/+7
* Erm, okay I misunderstood what camel_folder_[un]hook_event() did - weJeffrey Stedfast2000-09-101-1/+0
* Updated to not emit the folder_changed signal when a message is appendedJeffrey Stedfast2000-09-101-5/+0
* Added scoring xml stuffsJeffrey Stedfast2000-09-091-1/+22
* Now takes a CamelMessageInfo argument in preparation for handling scoringJeffrey Stedfast2000-09-081-2/+2
* Modified to return a boolean value specifying whether or not the messageJeffrey Stedfast2000-09-081-4/+11
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-081-3/+7
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-081-109/+14
* Totally rewritten to filter a single message at a time instead ofJeffrey Stedfast2000-09-071-274/+184
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-2/+24
* 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