aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Now takes an argument to specify the log file (or NULL if logging is notJeffrey Stedfast2000-09-281-0/+5
* Change "$(prefix)/share" to "$(datadir)" in a few places. Problem noticedDan Winship2000-09-201-0/+5
* Modified to use more intuitive namingJeffrey Stedfast2000-09-191-0/+18
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+7
* Modified to only match text MIME parts in the message rather than theJeffrey Stedfast2000-09-141-0/+6
* Turn off debugging output.Dan Winship2000-09-121-0/+5
* We now use a "copied" variable to record whether a message was marked asJeffrey Stedfast2000-09-121-0/+12
* No longer takes a self_destruct argument.Jeffrey Stedfast2000-09-121-0/+5
* Don't freeze/thaw the default inbox here, let the caller freeze/thaw it.Jeffrey Stedfast2000-09-121-0/+9
* Changed "Header" to be "Message header" so it's not quite as confusingJeffrey Stedfast2000-09-121-0/+5
* Updated to allow the user to specify arbitrary headers.Jeffrey Stedfast2000-09-121-0/+5
* Fixed a logic error. Only mark filtered as TRUE if it was successfullyJeffrey Stedfast2000-09-101-0/+6
* Erm, okay I misunderstood what camel_folder_[un]hook_event() did - weJeffrey Stedfast2000-09-101-0/+7
* Updated to not emit the folder_changed signal when a message is appendedJeffrey Stedfast2000-09-101-0/+8
* Added scoring xml stuffsJeffrey Stedfast2000-09-091-0/+18
* Now takes a CamelMessageInfo argument in preparation for handling scoringJeffrey Stedfast2000-09-081-0/+5
* Modified to return a boolean value specifying whether or not the messageJeffrey Stedfast2000-09-081-0/+8
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-081-0/+9
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+6
* Totally rewritten to filter a single message at a time instead ofJeffrey Stedfast2000-09-071-0/+8
* More UTF-8 handlingLauris Kaplinski2000-08-251-0/+8
* Set seltime.tm_isdst to -1, not daylight, because the current dst value isDan Winship2000-08-241-0/+6
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-0/+8
* A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-181-0/+28
* Filtering on demand! booyeah!Peter Williams2000-08-181-0/+42
* and the ChangeLog entries to go with itPeter Williams2000-08-161-0/+14
* Add filter.glade to EXTRA_DISTDan Winship2000-08-141-1/+1
* remove blank.xpm and check.xpm which no longer existDan Winship2000-08-141-0/+5
* Use mail_tool_get_folder_name here too. (Hm... this directory reallyDan Winship2000-08-131-0/+7
* Remove an '#if 0' that must have been left in accidentally, so thatDan Winship2000-08-111-0/+8
* Use proper accessor function instead of poking the structure.Not Zed2000-08-111-0/+5
* ChangeLog mistake.Chris Lahey2000-08-111-2/+2
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+5
* Fix the infinite movemailPeter Williams2000-08-111-0/+4
* Merge with camel-async.Peter Williams2000-08-111-0/+26
* Save the results of searches till we're done. So we dont have to goNot Zed2000-08-111-0/+10
* (rule_context_add_rule_gui): Keep track of context so it isn't freed ...Michael Zucci2000-08-091-0/+10
* Make the filter dialog display only the name of the folder, not theEttore Perazzoli2000-08-041-0/+6
* Oops, create a vfolder_rule when we add a new one.Not Zed2000-07-311-0/+3
* If there are no user rules, dont bomb out.Not Zed2000-07-311-0/+5
* Set value of a simple type to a new string.Not Zed2000-07-311-0/+26
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-0/+7
* Update for CamelFolder API changes. (delete_message and get_uids don'tDan Winship2000-07-251-0/+6
* Updated to reflect changes to camel_folder_append_message ()Jeffrey Stedfast2000-07-121-0/+5
* add a "string" typeDan Winship2000-07-101-0/+12
* Update for camel_folder_search_by_expression change (GList -> GPtrArray).Dan Winship2000-07-081-0/+3
* sync this to filtertypes.xml (to/cc thing)Dan Winship2000-07-081-0/+4
* remove some non-error case debugging messages.Dan Winship2000-07-061-0/+2
* Fix typos and update the "to-address" rule to match To or Cc. Fix typos.Dan Winship2000-07-061-0/+4
* Add uids to the "processed" list only after succesfully doing somethingDan Winship2000-07-061-0/+8
* Get filters to work by not freeing the XML document nor the ruleset.Ettore Perazzoli2000-07-031-0/+6
* freeze the folder to avoid multiple folder_changed's (close_folder): andDan Winship2000-07-031-0/+6
* kill filter_driver_set_session and filter_driver_set_rules and insteadDan Winship2000-07-031-0/+10
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-0/+5
* Updated to reflect changes made to camel-folder.Jeffrey Stedfast2000-07-021-0/+5
* Add some checks for bad/nonexistant XML docs.Peter Williams2000-07-011-0/+9
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+10
* changed Cc to CC to be the same as the other CC ruleArik Devens2000-06-301-0/+6
* added a Cc rule to vfoldersArik Devens2000-06-301-0/+5
* Changed "Filter name" to "Option value" as "Filter name" made no sense inJeffrey Stedfast2000-06-291-0/+7
* When loading the description, strdup() the string in the XML tree soEttore Perazzoli2000-06-281-0/+6
* Fix builddir != srcdir.Ettore Perazzoli2000-06-281-0/+6
* Add the shell dir for includes (for corba interfaces).Michael Zucchi2000-06-271-0/+13
* Added a #include <gnome-xml/parser.h> as this was needed (since we usedJeffrey Stedfast2000-06-271-0/+30
* Update for Camel flag handling changes.Dan Winship2000-06-171-0/+5
* Update for CamelFolder changes.Dan Winship2000-06-161-0/+5
* use stock pixmap buttonsJacob Berkman2000-06-101-0/+7
* Update for folder existence/creation changes.Dan Winship2000-06-071-0/+5
* Free the exception and the priv struct.Christopher James Lahey2000-06-021-0/+4
* Search for ad in arg->values instead of text since it's a list ofChristopher James Lahey2000-06-021-0/+6
* And here too.Not Zed2000-05-311-0/+7
* New file - lists rules appropriate for vfolders (no actions, etc).Not Zed2000-05-281-0/+13
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-0/+14
* update for camel_folder_get_uids changeDan Winship2000-05-191-0/+5
* Fix some html formatting.NotZed2000-05-171-0/+9
* Initial filter rules.Michael Zucci2000-05-171-0/+10
* Simple driver program for testing, so i can fix all this really brokenNotZed2000-05-171-0/+5
* filename based interface. (filter_editor_save_rules): Interface to saveNotZed2000-05-161-0/+5
* Bunch of cleanup.NotZed2000-05-161-0/+5
* Removed filter-driver test program, now just part of libfilter.NotZed2000-05-161-0/+8
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+7
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+4
* Fix for api.NotZed2000-05-021-0/+4
* Remove no-longer-necessary call to camel_provider_register_as_module.Dan Winship2000-05-011-0/+5
* Fix compilation by using `$(GTKHTML_CFLAGS)' instead of `-IEttore Perazzoli2000-04-261-0/+4
* Removed a bunch of crappy unrequired headers.NotZed2000-04-211-0/+6
* kill camel-logDan Winship2000-04-191-0/+4
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-121-0/+4
* Plug some minor memleaks.NotZed2000-03-281-0/+13
* Changed to use async search api.NotZed2000-03-241-0/+4
* Output 'and' bits between the rules.NotZed2000-03-051-0/+3
* Actually implement filtering, at least, from Inbox. Copy messages toNotZed2000-03-051-0/+11
* Disconnect the list signal, so we dont get spurious emits during destroy.NotZed2000-03-031-0/+10
* Automakeize the `filter' directory.Ettore Perazzoli2000-03-021-0/+7
* Remove gui code, this will be actual filtering code.NotZed2000-03-011-0/+9
* Removed unused header.NotZed2000-02-291-0/+2
* Removed references to filter-sexp.[ch].NotZed2000-02-291-0/+7
* Functions for memory management.NotZed2000-02-251-0/+11
* New widget, a dialogue which uses filter-druid to present the variousNotZed2000-02-241-0/+8
* New utility functions for working with the internal rule format.NotZed2000-02-221-0/+18
* + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.Matthew Loper2000-02-221-0/+4
* Added forgotten files.NotZed2000-02-191-0/+2
* Now have loader/save, basic gui elements (which i wantNotZed2000-02-191-0/+4
* Initial revisionMichael Zucci2000-02-161-0/+4