aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_0_9nobody2001-03-144-1692/+199
* Added an "Attachments" filter option where you can filter messages thatJeffrey Stedfast2001-03-134-121/+35
* Make sure we have something selected first ;-)Jeffrey Stedfast2001-03-093-6/+13
* Added option menu to vfolder editor.Not Zed2001-03-035-208/+160
* New function to clone rules.Not Zed2001-03-013-0/+21
* IMAP subscriptions stuff.Aaron Weber2001-02-231-0/+114
* renamed mailing list options to be more meaningful.Not Zed2001-02-233-20/+22
* Added mailing list matching rules.Not Zed2001-02-234-0/+101
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-114-18/+7
* Translate the option title. (Noticed by Kjartan).Dan Winship2001-02-072-1/+6
* Add #include <config.h> and mark some strings for translation.Kjartan Maraas2001-02-0514-3/+1638
* Removed, now lives in camel-filter-search.*Not Zed2001-01-226-1712/+10
* Set the delete bit *before* copying to the default folder.Jeffrey Stedfast2001-01-202-4/+9
* Er, don't set the button insensitive if there is *1* action, set itJeffrey Stedfast2001-01-182-4/+15
* Remove these files.Jacob Leach2001-01-172-402/+0
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-172-2/+5
* Moved p->copied to the inner part of the loop so that in the case of aJeffrey Stedfast2001-01-132-4/+15
* Changed Priority to Score.Jeffrey Stedfast2001-01-103-2/+4
* Attach to the "activate" signal - this should now make it so that aJeffrey Stedfast2001-01-105-27/+65
* comment out some of the system flags as we don't want to use them.Jeffrey Stedfast2001-01-042-4/+11
* Little utf8 safe encoding/decoding into libxml1 brokennessLauris Kaplinski2001-01-035-12/+58
* Set the 'dirty' flag - this should fix the problem of flags not being setJeffrey Stedfast2001-01-032-2/+9
* Unconditionally remove the client from the alarm notification system.Federico Mena Quintero2001-01-031-18/+18
* Use e_utf8_strstrcase() instead of just strstr(). (header_starts_with):Jeffrey Stedfast2001-01-023-6/+132
* Use CamelContentType rather than GMimeContentField.Dan Winship2000-12-292-7/+12
* Merge from camel-mt-branch.Not Zed2000-12-243-4/+4
* And here too.Not Zed2000-12-213-1/+12
* God-damned friggin' WinCvs shit is so damn annoying. Why can't I just paste m...Jeffrey Stedfast2000-12-213-3/+16
* Oops, missed a gtk unref of the now-no-longer gtk e_sexp.Not Zed2000-12-203-20/+11
* Fixed some warnings.Christopher James Lahey2000-12-122-1/+6
* Added a kludge, 'is_active' which is a static variable that holds whetherJeffrey Stedfast2000-12-122-0/+12
* Autoselect the rule that ends up in the same position (or the one above itJeffrey Stedfast2000-12-122-1/+12
* Don't highlight the title if it's "Untitled" because switching widgetJeffrey Stedfast2000-12-092-1/+9
* Mark some strings for translation.Kjartan Maraas2000-12-072-2/+6
* Forgot to commit this with my last set of changes to the filter codeJeffrey Stedfast2000-12-061-3/+0
* Added support for the system-flag type.Jeffrey Stedfast2000-12-0210-75/+415
* Use camel_message_info_free() instead of freeing everything by hand - isJeffrey Stedfast2000-12-012-32/+12
* Update to use EStrv in appropriate places (wrapped with #ifdef DOESTRV forJeffrey Stedfast2000-12-012-4/+29
* Moved the regex filter rule around - we've changed the format a bit.Jeffrey Stedfast2000-11-2811-107/+143
* took out some no longer needed printfs.Jeffrey Stedfast2000-11-222-2/+5
* Sync here instead. (filter_driver_filter_mbox): And here too.Jeffrey Stedfast2000-11-162-4/+21
* Sync the defaultfolder.Jeffrey Stedfast2000-11-162-1/+8
* Neglect any leading whitespace in the header contents.Jeffrey Stedfast2000-11-142-0/+22
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-2/+3
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-3/+10
* If there is a default folder and the message hasn't been deleted then...Jeffrey Stedfast2000-11-132-1/+8
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-16/+6
* Made the underline show up properly in the main menu bar.Christopher James Lahey2000-11-112-3/+28
* Switched from using gtk_menu_item_new_with_label for the menu header toChristopher James Lahey2000-11-102-1/+6
* Fixed two spacing problems: first, changed the spacing around the end ofAnna Marie Dirks2000-11-102-2/+11
* you shouldn't use an integer to set the flag. You should use a string, andNot Zed2000-11-073-19/+33
* Fixed the argument comment. Removed an old enum that's not used here.Christopher James Lahey2000-11-072-9/+9
* Added e-search-bar.c and e-search-bar.h.Christopher James Lahey2000-11-074-0/+393
* 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-022-1/+3
* Fix for when 'desc' is NULL.Jeffrey Stedfast2000-11-022-4/+12
* Use filter_driver_log() where appropriate. (do_copy): Use the service urlJeffrey Stedfast2000-11-023-50/+106
* Check to make sure the user has entered a valid date.Jeffrey Stedfast2000-11-022-189/+223
* Updated to allow the user to select "sounds like" or "does not sound like"Jeffrey Stedfast2000-11-014-6/+149
* Override the default validate function to only return TRUE if a folder hasJeffrey Stedfast2000-11-013-92/+183
* Updated to add an action to set message flags.Jeffrey Stedfast2000-11-017-8/+111
* Do not pad around the Name hbox; its parent already has spacing. Do notFederico Mena Quintero2000-11-012-4/+11
* If a regex option is selected, change the FilterElement data to TRUE elseJeffrey Stedfast2000-10-319-15/+139
* Pure formatting changes, no actual code changes. Since I know I'm going toJeffrey Stedfast2000-10-316-259/+316
* Copy the message to the default folder if it wasn't marked as deleted.Jeffrey Stedfast2000-10-292-1/+6
* Added header-starts-with, header-ends-with, and header-exists menu items.Jeffrey Stedfast2000-10-284-15/+264
* Add header-matches expressions ("is" / "is not").Jeffrey Stedfast2000-10-284-0/+107
* divide before multiple so that we don't overflow.Jacob "Ulysses" Berkman2000-10-282-2/+9
* Fixed this to include EXTRA_GNOME_CFLAGS.Christopher James Lahey2000-10-272-0/+5
* Don't mark as deleted here, otherwise the message will have the DELETEDJeffrey Stedfast2000-10-272-2/+14
* i still hate cvsDan Winship2000-10-272-0/+273
* i hate cvsDan Winship2000-10-272-273/+0
* Readded Source url stuff.Jeffrey Stedfast2000-10-267-0/+310
* Added option menu items to allow searching based on regular expressions.Jeffrey Stedfast2000-10-264-32/+183
* Take out the reference to "Source".Jeffrey Stedfast2000-10-252-20/+2
* Remove filter-url code.Jeffrey Stedfast2000-10-255-289/+11
* Fixed NULL in fprintf.Jeffrey Stedfast2000-10-252-2/+13
* lots of i18n fixesDan Winship2000-10-2415-46/+103
* Set the remove button insensitive if there is only 1 action left.Jeffrey Stedfast2000-10-247-442/+583
* Fixed these widgets to resize properly.Christopher James Lahey2000-10-242-6/+25
* Remove the "demand" source from the list.Jeffrey Stedfast2000-10-243-4/+11
* Fixed these widgets to resize properly.Christopher James Lahey2000-10-249-16/+31
* Added filter-url.[c,h].Jeffrey Stedfast2000-10-2110-131/+539
* Start fetching at 1, not 0.Jeffrey Stedfast2000-10-202-17/+23
* Report the percentage of file complete for the filter.Not Zed2000-10-1210-541/+801
* Remove the stupid on-demand cb shit. (rule_context_load): And here too.Not Zed2000-10-093-21/+13
* Now takes an argument to specify the log file (or NULL if logging is notJeffrey Stedfast2000-09-283-2/+42
* Change "$(prefix)/share" to "$(datadir)" in a few places. Problem noticedDan Winship2000-09-202-2/+7
* Modified to use more intuitive namingJeffrey Stedfast2000-09-198-605/+760
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-1811-10/+17
* Modified to only match text MIME parts in the message rather than theJeffrey Stedfast2000-09-142-36/+131
* Turn off debugging output.Dan Winship2000-09-123-4/+9
* We now use a "copied" variable to record whether a message was marked asJeffrey Stedfast2000-09-122-19/+29
* No longer takes a self_destruct argument.Jeffrey Stedfast2000-09-123-6/+10
* Don't freeze/thaw the default inbox here, let the caller freeze/thaw it.Jeffrey Stedfast2000-09-122-22/+20
* Changed "Header" to be "Message header" so it's not quite as confusingJeffrey Stedfast2000-09-122-1/+6
* just changed the ${subject} variable to ${word} as subject doesn't make a who...Jeffrey Stedfast2000-09-121-3/+3
* Updated to allow the user to specify arbitrary headers.Jeffrey Stedfast2000-09-122-0/+26
* Fixed a logic error. Only mark filtered as TRUE if it was successfullyJeffrey Stedfast2000-09-102-5/+13
* Erm, okay I misunderstood what camel_folder_[un]hook_event() did - weJeffrey Stedfast2000-09-103-2/+7
* Updated to not emit the folder_changed signal when a message is appendedJeffrey Stedfast2000-09-102-5/+8
* Added scoring xml stuffsJeffrey Stedfast2000-09-098-20/+398
* Now takes a CamelMessageInfo argument in preparation for handling scoringJeffrey Stedfast2000-09-083-3/+8
* Modified to return a boolean value specifying whether or not the messageJeffrey Stedfast2000-09-083-11/+26
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-083-11/+11
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-083-116/+33
* Bunch of unicode related changesLauris Kaplinski2000-09-089-19/+78
* Totally rewritten to filter a single message at a time instead ofJeffrey Stedfast2000-09-077-289/+525
* More UTF-8 handlingLauris Kaplinski2000-08-254-8/+22
* Set seltime.tm_isdst to -1, not daylight, because the current dst value isDan Winship2000-08-242-2/+7
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-233-3/+34
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-0/+2
* A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-189-16/+51
* Filtering on demand! booyeah!Peter Williams2000-08-189-33/+197
* and the ChangeLog entries to go with itPeter Williams2000-08-161-0/+14
* Allow filtering / vfoldering based on time or datePeter Williams2000-08-166-0/+908
* Add filter.glade to EXTRA_DISTDan Winship2000-08-142-2/+3
* remove blank.xpm and check.xpm which no longer existDan Winship2000-08-142-2/+6
* Use mail_tool_get_folder_name here too. (Hm... this directory reallyDan Winship2000-08-132-2/+9
* Remove an '#if 0' that must have been left in accidentally, so thatDan Winship2000-08-112-2/+11
* Use proper accessor function instead of poking the structure.Not Zed2000-08-112-6/+6
* ChangeLog mistake.Chris Lahey2000-08-111-2/+2
* Fixed some warnings.Christopher James Lahey2000-08-115-3/+16
* Fix the infinite movemailPeter Williams2000-08-112-0/+5
* Merge with camel-async.Peter Williams2000-08-114-101/+417
* Save the results of searches till we're done. So we dont have to goNot Zed2000-08-112-37/+48
* (rule_context_add_rule_gui): Keep track of context so it isn't freed ...Michael Zucci2000-08-095-4/+63
* Make the filter dialog display only the name of the folder, not theEttore Perazzoli2000-08-042-18/+21
* 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