aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autofilter.c
Commit message (Expand)AuthorAgeFilesLines
* forward-reference structuresNot Zed2005-05-161-0/+3
* move e-error into e-util/Not Zed2005-05-161-1/+1
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-2/+3
* New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-191-0/+37
* ** See bug #69850Not Zed2005-01-311-4/+6
* ** See #59885.Not Zed2004-06-171-21/+21
* Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-061-46/+0
* removed.Not Zed2004-05-031-2/+1
* ** Changed error messages to use EError.Not Zed2004-04-281-10/+5
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-11/+20
* ** See bug #53084 and others.Not Zed2004-01-271-0/+1
* change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-161-3/+5
* changed to setup the rule part properly, it could never have worked. BugNot Zed2003-12-031-1/+4
* fixed some compile warningsJeffrey Stedfast2003-11-071-1/+2
* User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml ratherJeffrey Stedfast2003-11-071-3/+3
* fixed the buildJeffrey Stedfast2003-11-041-3/+3
* setup filter-on-thread and vfolder-on-thread.Jeffrey Stedfast2003-11-011-0/+43
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-4/+4
* updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+1
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-1/+1
* Updated for camel namespace changes.Jeffrey Stedfast2003-08-271-1/+1
* add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-3/+3
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-3/+3
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-8/+9
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-1/+2
* Half way ported. I'll finish the rest later.Jeffrey Stedfast2002-11-121-43/+41
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-68/+31
* Fixes bug #27263.Jeffrey Stedfast2002-07-031-4/+4
* Changed for rule_context_rename_uri api changes. (mail_filter_delete_uri):Not Zed2002-05-081-2/+31
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-3/+5
* s/_/U_/ (filter_rule_set_name requires UTF-8 string)Chyla Zbigniew2001-11-151-4/+5
* Remove uic, kill dumb warning.82001-10-281-2/+46
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-3/+3
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-14/+12
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+1
* Add an action-part widget. (filter_rule_from_mlist): Same here. ThisJeffrey Stedfast2001-03-081-4/+8
* vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-231-33/+51
* Use "contains" because the subject might be broken into subparts and usingJeffrey Stedfast2001-02-081-1/+1
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-081-0/+2
* God, I sure wish people would listen when i'm saying i'm changing and API.Not Zed2000-11-071-18/+13
* Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdefKjartan Maraas2000-11-071-2/+2
* Added mail-display.h.Not Zed2000-11-031-5/+0
* If the name is NULL or empty, then set the title to "Mail from <address>".Jeffrey Stedfast2000-11-021-114/+121
* Match "is" rather than "contains" now that we have the "is"-rule.Jeffrey Stedfast2000-11-011-1/+1
* Apply outgoing filters to the message.Jeffrey Stedfast2000-10-241-10/+9
* Don't forget to set the rule source! (eg "incoming", "demand", orJeffrey Stedfast2000-10-241-0/+4
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-211-0/+1
* New widget, full search dialogue for mail.Not Zed2000-10-091-2/+2
* For additional coolness, display the name of the mailing list in theEttore Perazzoli2000-09-121-1/+1
* Cool Hack of the Day: right-click menu item to autodetect what mailingEttore Perazzoli2000-09-121-6/+78
* Filtering on demand! booyeah!Peter Williams2000-08-181-1/+1
* (rule_match_subject): was cutting ] off mailing list names.Michael Zucci2000-08-091-3/+3
* (rule_match_recipients): Dont set real name if its empty for the filter name.Michael Zucci2000-08-091-1/+1
* Helper function to add with confirm.Not Zed2000-08-091-82/+37
* New file to hold auto filter/vfolder stuff.Not Zed2000-08-091-0/+310