| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #include <config.h> and mark some strings for translation. | Kjartan Maraas | 2001-02-05 | 1 | -0/+778 |
* | Removed, now lives in camel-filter-search.* | Not Zed | 2001-01-22 | 1 | -774/+0 |
* | Set the delete bit *before* copying to the default folder. | Jeffrey Stedfast | 2001-01-20 | 1 | -4/+4 |
* | Moved p->copied to the inner part of the loop so that in the case of a | Jeffrey Stedfast | 2001-01-13 | 1 | -4/+7 |
* | Set the 'dirty' flag - this should fix the problem of flags not being set | Jeffrey Stedfast | 2001-01-03 | 1 | -2/+2 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 1 | -2/+0 |
* | And here too. | Not Zed | 2000-12-21 | 1 | -1/+3 |
* | God-damned friggin' WinCvs shit is so damn annoying. Why can't I just paste m... | Jeffrey Stedfast | 2000-12-21 | 1 | -1/+2 |
* | Oops, missed a gtk unref of the now-no-longer gtk e_sexp. | Not Zed | 2000-12-20 | 1 | -19/+2 |
* | Added support for the system-flag type. | Jeffrey Stedfast | 2000-12-02 | 1 | -36/+11 |
* | Use camel_message_info_free() instead of freeing everything by hand - is | Jeffrey Stedfast | 2000-12-01 | 1 | -32/+3 |
* | Update to use EStrv in appropriate places (wrapped with #ifdef DOESTRV for | Jeffrey Stedfast | 2000-12-01 | 1 | -4/+23 |
* | Sync here instead. (filter_driver_filter_mbox): And here too. | Jeffrey Stedfast | 2000-11-16 | 1 | -4/+11 |
* | Sync the defaultfolder. | Jeffrey Stedfast | 2000-11-16 | 1 | -1/+3 |
* | If there is a default folder and the message hasn't been deleted then... | Jeffrey Stedfast | 2000-11-13 | 1 | -1/+1 |
* | If there is a default folder and the message hasn't been deleted then... | Jeffrey Stedfast | 2000-11-13 | 1 | -3/+7 |
* | If there is a default folder and the message hasn't been deleted then... | Jeffrey Stedfast | 2000-11-13 | 1 | -1/+1 |
* | you shouldn't use an integer to set the flag. You should use a string, and | Not Zed | 2000-11-07 | 1 | -3/+8 |
* | Fix for when 'desc' is NULL. (filter_driver_filter_message): Use a more | Jeffrey Stedfast | 2000-11-03 | 1 | -2/+2 |
* | Fix for when 'desc' is NULL. (filter_driver_filter_message): Use a more | Jeffrey Stedfast | 2000-11-02 | 1 | -1/+1 |
* | Fix for when 'desc' is NULL. | Jeffrey Stedfast | 2000-11-02 | 1 | -4/+7 |
* | Use filter_driver_log() where appropriate. (do_copy): Use the service url | Jeffrey Stedfast | 2000-11-02 | 1 | -44/+84 |
* | Updated to add an action to set message flags. | Jeffrey Stedfast | 2000-11-01 | 1 | -7/+48 |
* | Copy the message to the default folder if it wasn't marked as deleted. | Jeffrey Stedfast | 2000-10-29 | 1 | -1/+1 |
* | divide before multiple so that we don't overflow. | Jacob "Ulysses" Berkman | 2000-10-28 | 1 | -2/+4 |
* | Don't mark as deleted here, otherwise the message will have the DELETED | Jeffrey Stedfast | 2000-10-27 | 1 | -2/+4 |
* | Fixed NULL in fprintf. | Jeffrey Stedfast | 2000-10-25 | 1 | -2/+9 |
* | Set the remove button insensitive if there is only 1 action left. | Jeffrey Stedfast | 2000-10-24 | 1 | -4/+16 |
* | Added filter-url.[c,h]. | Jeffrey Stedfast | 2000-10-21 | 1 | -84/+121 |
* | Start fetching at 1, not 0. | Jeffrey Stedfast | 2000-10-20 | 1 | -17/+18 |
* | Report the percentage of file complete for the filter. | Not Zed | 2000-10-12 | 1 | -121/+258 |
* | Now takes an argument to specify the log file (or NULL if logging is not | Jeffrey Stedfast | 2000-09-28 | 1 | -1/+35 |
* | We now use a "copied" variable to record whether a message was marked as | Jeffrey Stedfast | 2000-09-12 | 1 | -19/+17 |
* | No longer takes a self_destruct argument. | Jeffrey Stedfast | 2000-09-12 | 1 | -4/+4 |
* | Don't freeze/thaw the default inbox here, let the caller freeze/thaw it. | Jeffrey Stedfast | 2000-09-12 | 1 | -22/+11 |
* | Fixed a logic error. Only mark filtered as TRUE if it was successfully | Jeffrey Stedfast | 2000-09-10 | 1 | -5/+7 |
* | Erm, okay I misunderstood what camel_folder_[un]hook_event() did - we | Jeffrey Stedfast | 2000-09-10 | 1 | -1/+0 |
* | Updated to not emit the folder_changed signal when a message is appended | Jeffrey Stedfast | 2000-09-10 | 1 | -5/+0 |
* | Added scoring xml stuffs | Jeffrey Stedfast | 2000-09-09 | 1 | -1/+22 |
* | Now takes a CamelMessageInfo argument in preparation for handling scoring | Jeffrey Stedfast | 2000-09-08 | 1 | -2/+2 |
* | Modified to return a boolean value specifying whether or not the message | Jeffrey Stedfast | 2000-09-08 | 1 | -4/+11 |
* | Rewrote - this shouldn't need to be an async function | Jeffrey Stedfast | 2000-09-08 | 1 | -3/+7 |
* | Rewrote - this shouldn't need to be an async function | Jeffrey Stedfast | 2000-09-08 | 1 | -109/+14 |
* | Totally rewritten to filter a single message at a time instead of | Jeffrey Stedfast | 2000-09-07 | 1 | -274/+184 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -2/+24 |
* | Filtering on demand! booyeah! | Peter Williams | 2000-08-18 | 1 | -5/+17 |
* | Use mail_tool_get_folder_name here too. (Hm... this directory really | Dan Winship | 2000-08-13 | 1 | -2/+2 |
* | Remove an '#if 0' that must have been left in accidentally, so that | Dan Winship | 2000-08-11 | 1 | -2/+3 |
* | Use proper accessor function instead of poking the structure. | Not Zed | 2000-08-11 | 1 | -6/+1 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+6 |
* | Fix the infinite movemail | Peter Williams | 2000-08-11 | 1 | -0/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -100/+228 |
* | Save the results of searches till we're done. So we dont have to go | Not Zed | 2000-08-11 | 1 | -37/+38 |
* | ** Almost a total rewrite of every file, except for filter-driver which | Not Zed | 2000-07-30 | 1 | -148/+46 |
* | Update for CamelFolder API changes. (delete_message and get_uids don't | Dan Winship | 2000-07-25 | 1 | -3/+3 |
* | Updated to reflect changes to camel_folder_append_message () | Jeffrey Stedfast | 2000-07-12 | 1 | -2/+5 |
* | Update for camel_folder_search_by_expression change (GList -> GPtrArray). | Dan Winship | 2000-07-08 | 1 | -69/+82 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 1 | -37/+5 |
* | Add uids to the "processed" list only after succesfully doing something | Dan Winship | 2000-07-06 | 1 | -14/+14 |
* | Get filters to work by not freeing the XML document nor the ruleset. | Ettore Perazzoli | 2000-07-03 | 1 | -0/+2 |
* | freeze the folder to avoid multiple folder_changed's (close_folder): and | Dan Winship | 2000-07-03 | 1 | -1/+6 |
* | kill filter_driver_set_session and filter_driver_set_rules and instead | Dan Winship | 2000-07-03 | 1 | -53/+22 |
* | Updated to reflect changes made to camel-folder. | Jeffrey Stedfast | 2000-07-02 | 1 | -3/+3 |
* | Add some checks for bad/nonexistant XML docs. | Peter Williams | 2000-07-01 | 1 | -1/+5 |
* | Added a #include <gnome-xml/parser.h> as this was needed (since we used | Jeffrey Stedfast | 2000-06-27 | 1 | -3/+7 |
* | Update for Camel flag handling changes. | Dan Winship | 2000-06-17 | 1 | -8/+2 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 1 | -8/+1 |
* | Update for folder existence/creation changes. | Dan Winship | 2000-06-07 | 1 | -5/+1 |
* | Free the exception and the priv struct. | Christopher James Lahey | 2000-06-02 | 1 | -0/+4 |
* | New file - lists rules appropriate for vfolders (no actions, etc). | Not Zed | 2000-05-28 | 1 | -28/+48 |
* | update for camel_folder_get_uids change | Dan Winship | 2000-05-19 | 1 | -8/+8 |
* | Fix some html formatting. | NotZed | 2000-05-17 | 1 | -17/+35 |
* | Removed filter-driver test program, now just part of libfilter. | NotZed | 2000-05-16 | 1 | -150/+348 |
* | Fix for api. | NotZed | 2000-05-02 | 1 | -12/+1 |
* | Remove no-longer-necessary call to camel_provider_register_as_module. | Dan Winship | 2000-05-01 | 1 | -1/+0 |
* | Removed a bunch of crappy unrequired headers. | NotZed | 2000-04-21 | 1 | -7/+1 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -1/+0 |
* | Plug some minor memleaks. | NotZed | 2000-03-28 | 1 | -0/+12 |
* | Changed to use async search api. | NotZed | 2000-03-24 | 1 | -1/+15 |
* | Actually implement filtering, at least, from Inbox. Copy messages to | NotZed | 2000-03-05 | 1 | -65/+232 |
* | Remove gui code, this will be actual filtering code. | NotZed | 2000-03-01 | 1 | -257/+14 |
* | Removed unused header. | NotZed | 2000-02-29 | 1 | -2/+2 |
* | Removed references to filter-sexp.[ch]. | NotZed | 2000-02-29 | 1 | -16/+16 |
* | New utility functions for working with the internal rule format. | NotZed | 2000-02-22 | 1 | -7/+13 |
* | Now have loader/save, basic gui elements (which i want | NotZed | 2000-02-19 | 1 | -48/+338 |
* | Initial revision | Michael Zucci | 2000-02-16 | 1 | -0/+176 |