aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autofilter.c
Commit message (Expand)AuthorAgeFilesLines
* Use camel_service_ref_session().Matthew Barnes2013-02-111-2/+6
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-11/+11
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa Ragavan2012-03-031-1/+1
* Redo Filters/Search folder editors to use a shared non ui based library forSrinivasa Ragavan2012-03-031-6/+6
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+2
* Bug #384838 - Filter editor should default to "AND" instead of "OR"Milan Crha2012-02-081-2/+2
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-2/+3
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-20/+24
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-26/+16
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-2/+4
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-17/+11
* mail-autofilter.c: Add argument guards in public functions.Matthew Barnes2011-05-211-1/+13
* Coding style cleanups.Matthew Barnes2011-05-091-15/+15
* MailFolderCache: Emit folder names instead of URIs in signals.Matthew Barnes2011-05-061-19/+29
* Simplify em_vfolder_rule_from_address().Matthew Barnes2011-05-061-4/+2
* Simplify em_vfolder_rule_from_message().Matthew Barnes2011-05-061-4/+2
* Build vfolder rules with CamelFolders instead of folder URIs.Matthew Barnes2011-05-041-4/+15
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-7/+19
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-5/+10
* Give MailSession a permanent home.Matthew Barnes2010-10-131-24/+48
* Coding style cleanups.Matthew Barnes2010-09-131-30/+30
* Bug 628591 - Incorrect English message in EvolutionMatthew Barnes2010-09-111-6/+9
* Fix where to look for filters.xml and vfolders.xml.Matthew Barnes2010-07-291-9/+9
* Adapt to Camel API changes.Matthew Barnes2010-04-041-1/+1
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-3/+0
* Bug #302742 - The mail error messages is difficult to understand/translateMilan Crha2010-04-021-6/+27
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-3/+4
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-2/+2
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+3
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-70/+70
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-7/+1
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-1/+7
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-14/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-43/+43
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-111-2/+0
| * ** Fixes bug #567285Matthew Barnes2009-01-111-1/+0
| * esthetic license header cleans, and fix e-pkcs12Michael Meeks2008-09-061-5/+2
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-14/+13
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-4/+13
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-3/+0
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-5/+11
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-16/+12
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-3/+3
* ** Most of the errors are now non-intrusiveSrinivasa Ragavan2008-01-101-2/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-34/+34
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-4/+4
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-3/+8
* 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