aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Oops, create a vfolder_rule when we add a new one.Not Zed2000-07-312-1/+4
* If there are no user rules, dont bomb out.Not Zed2000-07-312-25/+26
* Set value of a simple type to a new string.Not Zed2000-07-3115-7/+668
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-3053-3905/+6294
* Update for CamelFolder API changes. (delete_message and get_uids don'tDan Winship2000-07-252-3/+9
* Updated to reflect changes to camel_folder_append_message ()Jeffrey Stedfast2000-07-122-2/+10
* add a "string" typeDan Winship2000-07-109-69/+46
* Update for camel_folder_search_by_expression change (GList -> GPtrArray).Dan Winship2000-07-082-69/+85
* sync this to filtertypes.xml (to/cc thing)Dan Winship2000-07-082-8/+8
* remove some non-error case debugging messages.Dan Winship2000-07-066-87/+10
* Fix typos and update the "to-address" rule to match To or Cc. Fix typos.Dan Winship2000-07-063-8/+13
* Add uids to the "processed" list only after succesfully doing somethingDan Winship2000-07-062-14/+22
* Get filters to work by not freeing the XML document nor the ruleset.Ettore Perazzoli2000-07-032-0/+8
* freeze the folder to avoid multiple folder_changed's (close_folder): andDan Winship2000-07-032-1/+12
* kill filter_driver_set_session and filter_driver_set_rules and insteadDan Winship2000-07-033-58/+35
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-022-1/+7
* Updated to reflect changes made to camel-folder.Jeffrey Stedfast2000-07-022-3/+8
* Add some checks for bad/nonexistant XML docs.Peter Williams2000-07-014-3/+27
* EvolutionShellClient.Ettore Perazzoli2000-06-302-90/+31
* changed Cc to CC to be the same as the other CC ruleArik Devens2000-06-302-1/+7
* added a Cc rule to vfoldersArik Devens2000-06-302-0/+11
* Changed "Filter name" to "Option value" as "Filter name" made no sense inJeffrey Stedfast2000-06-292-71/+80
* When loading the description, strdup() the string in the XML tree soEttore Perazzoli2000-06-282-2/+8
* Fix builddir != srcdir.Ettore Perazzoli2000-06-282-0/+7
* Add the shell dir for includes (for corba interfaces).Michael Zucchi2000-06-273-11/+125
* Added a #include <gnome-xml/parser.h> as this was needed (since we usedJeffrey Stedfast2000-06-278-152/+187
* Update for Camel flag handling changes.Dan Winship2000-06-172-8/+7
* Update for CamelFolder changes.Dan Winship2000-06-162-8/+6
* use stock pixmap buttonsJacob Berkman2000-06-103-26/+71
* Update for folder existence/creation changes.Dan Winship2000-06-072-5/+6
* Free the exception and the priv struct.Christopher James Lahey2000-06-022-0/+8
* Search for ad in arg->values instead of text since it's a list ofChristopher James Lahey2000-06-022-1/+8
* And here too.Not Zed2000-05-313-0/+34
* New file - lists rules appropriate for vfolders (no actions, etc).Not Zed2000-05-285-30/+133
* Fix 'make dist' errors.Ross Golder2000-05-281-1/+1
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-217-12/+27
* update for camel_folder_get_uids changeDan Winship2000-05-192-8/+13
* Fix some html formatting.NotZed2000-05-175-23/+49
* Initial filter rules.Michael Zucci2000-05-176-1/+131
* Simple driver program for testing, so i can fix all this really brokenNotZed2000-05-172-2/+30
* filename based interface. (filter_editor_save_rules): Interface to saveNotZed2000-05-163-24/+21
* Bunch of cleanup.NotZed2000-05-164-51/+50
* Removed filter-driver test program, now just part of libfilter.NotZed2000-05-164-172/+417
* Removed dist-hook section.Christopher James Lahey2000-05-103-2/+17
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-2/+6
* Fix for api.NotZed2000-05-022-12/+5
* Remove no-longer-necessary call to camel_provider_register_as_module.Dan Winship2000-05-012-1/+5
* Fix compilation by using `$(GTKHTML_CFLAGS)' instead of `-IEttore Perazzoli2000-04-262-1/+5
* Removed a bunch of crappy unrequired headers.NotZed2000-04-213-7/+8
* kill camel-logDan Winship2000-04-192-1/+4
* #include <tree.h>. people never learn.Mathieu Lacage2000-04-171-1/+1
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-122-1/+5
* Plug some minor memleaks.NotZed2000-03-284-9/+58
* Changed to use async search api.NotZed2000-03-242-1/+19
* Shut up CVS.Ettore Perazzoli2000-03-101-0/+1
* Output 'and' bits between the rules.NotZed2000-03-052-0/+8
* Actually implement filtering, at least, from Inbox. Copy messages toNotZed2000-03-053-95/+276
* Disconnect the list signal, so we dont get spurious emits during destroy.NotZed2000-03-037-41/+163
* Automakeize the `filter' directory.Ettore Perazzoli2000-03-024-32/+51
* Remove gui code, this will be actual filtering code.NotZed2000-03-015-263/+34
* make it work with "make install"Bertrand Guiheneuf2000-02-291-0/+3
* Removed unused header.NotZed2000-02-293-3/+4
* Removed references to filter-sexp.[ch].NotZed2000-02-295-1230/+27
* chuuuut.Mathieu Lacage2000-02-261-1/+2
* Functions for memory management.NotZed2000-02-256-3/+155
* New widget, a dialogue which uses filter-druid to present the variousNotZed2000-02-247-250/+502
* New utility functions for working with the internal rule format.NotZed2000-02-2211-27/+1392
* + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.Matthew Loper2000-02-222-0/+8
* Added forgotten files.NotZed2000-02-193-0/+46
* Now have loader/save, basic gui elements (which i wantNotZed2000-02-1912-330/+955
* Initial revisionMichael Zucci2000-02-1611-0/+2847