aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #633982 - Crash when trying to Create a search folder from a searchMilan Crha2011-01-191-3/+1
* Ensure vFolders are enabled when invoking Edit->Search FoldersMilan Crha2010-11-301-0/+2
* Bug #633155 - Incorrect signal connection with mail-vfolder.c:folder_deleted_cbMilan Crha2010-10-291-1/+1
* Simplify EActivity.Matthew Barnes2010-10-231-6/+7
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-3/+3
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-4/+5
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-40/+61
* Give MailSession a permanent home.Matthew Barnes2010-10-131-39/+92
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-1/+1
* Adapt to Camel API changes.Matthew Barnes2010-09-281-5/+5
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-8/+21
* Coding style cleanups.Matthew Barnes2010-09-131-187/+187
* 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-26/+29
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-14/+5
* Adapt to Camel API changes.Matthew Barnes2010-05-081-28/+19
* Adapt to Camel API changes.Matthew Barnes2010-04-301-10/+16
* Camel is now GObject-based.Matthew Barnes2010-04-241-11/+11
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-19/+25
* 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-5/+25
* Drop support for migrating from Evolution < 2.0.Matthew Barnes2010-03-301-7/+7
* Bug #609638 - Empty warning message on New vFolderMilan Crha2010-02-111-0/+11
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-3/+3
* Kill em_utils_get_data/config_dir(), push down to MailSessionJonathon Jongsma2009-12-171-10/+9
* Remove mail-config, vfolder, and filter deps from mail-folder-cacheJonathon Jongsma2009-12-161-4/+37
* Add documentation to clarify mail-folder-cache functionalityJonathon Jongsma2009-12-161-3/+65
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-2/+5
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-4/+4
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-8/+8
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-5/+7
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-51/+51
* Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-271-30/+26
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-17/+4
* Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-2/+16
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Radically reorganize source code.Matthew Barnes2009-06-251-35/+8
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-17/+15
* More code cleanup.Matthew Barnes2009-06-021-4/+4
* Whitespace cleanup.Matthew Barnes2009-05-291-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-55/+55
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-2/+3
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-1/+2
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-20/+46
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-041-19/+0
|\|
| * ** BUGFIX: 573170 - Add back support for vfolder of vfolders.Srinivasa Ragavan2009-05-031-19/+0
| * ** Fix for bug #555276Srinivasa Ragavan2008-11-191-0/+5
| * ** Fix for bug #555276Srinivasa Ragavan2008-10-171-0/+15
| * ** Fix for bug #534039Milan Crha2008-09-111-3/+3
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-14/+14
| * Use G_STRLOC or G_STRFUNC instead of deprecated G_GNUC_PRETTY_FUNCTION.Matthew Barnes2008-08-051-1/+1
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-2/+3
* | Implement yet more mail actions.Matthew Barnes2008-12-191-33/+27
* | Merge revisions 36737:36810 from trunk.Matthew Barnes2008-11-241-0/+5
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-0/+15
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-28/+50
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-3/+3
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-14/+14
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+1
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #534039Milan Crha2008-06-201-15/+22
* ** Fixes bug #534360Matthew Barnes2008-05-231-3/+3
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-10/+10
* ** Fix for bug #511488Srinivasa Ragavan2008-01-281-1/+11
* ** Part of bug #511488Milan Crha2008-01-241-19/+17
* ** Fix for bug #509697Milan Crha2008-01-161-0/+4
* ** Most of the errors are now non-intrusiveSrinivasa Ragavan2008-01-101-3/+4
* ** Fix for bug #300336Milan Crha2008-01-071-0/+23
* ** Fixes bug #362638Matthew Barnes2007-12-211-49/+37
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-39/+39
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-2/+2
* ** Fixes bug #437579Matthew Barnes2007-10-101-18/+21
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-7/+27
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-64/+37
* ** Fixes bug 33139Parthasarathi Susarla2006-02-201-3/+5
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* Harmonize #include order and syntax. Use pthread_equal() to compareTor Lillqvist2005-12-181-20/+24
* Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-081-8/+8
* ** See bug #300607.Not Zed2005-08-011-23/+60
* forward-reference structuresNot Zed2005-05-161-0/+1
* move e-error into e-util/Not Zed2005-05-161-1/+1
* New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-191-0/+11
* Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-021-5/+5
* See bug #69815.Not Zed2005-01-281-4/+14
* ** Related to changes for #65178.Not Zed2005-01-171-32/+43
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-5/+13
* ** See #31027.Not Zed2004-06-181-1/+4
* ** See #59885.Not Zed2004-06-171-23/+23
* don't check rule->source, its irrelevent to vfolder sources, and clean upNot Zed2004-06-141-50/+31
* initialise desc to NULL before using it later on. gcc doesn't warn on thisNot Zed2004-05-261-1/+1
* ** Another unread count bug, #58814.Not Zed2004-05-221-1/+0
* no new message test if its the drafts folder too.Not Zed2004-05-181-1/+39
* removed.Not Zed2004-05-031-1/+0
* ** Changed error messages to use EError.Not Zed2004-04-281-17/+5
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-1/+2
* fix for vfolder-rule api changes.Not Zed2004-02-201-5/+7
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-051-3/+31
* ** See bug #53683.Not Zed2004-02-041-2/+1
* ** See bug #53084 and others.Not Zed2004-01-271-4/+3
* Make displayed_uid public.Not Zed2004-01-201-0/+11
* if we can't open the pop3 cache dir, because it doesn't exist, it is notNot Zed2004-01-191-3/+21
* s/g_fre/g_free/Jeffrey Stedfast2004-01-171-2/+1
* change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-161-15/+51
* Make vfolder_store 'global'.Jeffrey Stedfast2004-01-161-1/+1
* add total + unread counts to properties page.Not Zed2004-01-091-1/+1
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-1/+0
* Remove all the syncFolder stuff since it's not in the Component interfaceEttore Perazzoli2003-12-011-2/+0
* We can't use a uri to do a lookup of a store-info on the store_hash, weJeffrey Stedfast2003-11-151-3/+1
* Updated for function name changes in mail-component.cJeffrey Stedfast2003-11-141-3/+3
* Modified to not use EStorage* functions. I don't even think it *needs* toJeffrey Stedfast2003-11-141-7/+6
* merged spam filtering branchRadek Doulik2003-11-131-3/+3
* User vfolder rules should be in ${evolution_dir}/mail/vfolders.xml ratherJeffrey Stedfast2003-11-071-9/+9
* removed #include "folder-browser.h"Jeffrey Stedfast2003-10-231-1/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-16/+22
* cvs removed.Not Zed2003-09-181-1/+0
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-2/+2
* ** See bug #44609Not Zed2003-06-171-2/+2
* Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-161-0/+4
* swap button order. For #40900.Not Zed2003-04-081-2/+2
* Update for e_notice move (apply_changes): Pass a parent_window to e_noticeDan Winship2003-03-251-1/+1
* validate rule & rule is unique. Workaround for #39464. Should this justNot Zed2003-03-181-0/+19
* Part of a fix for bug #39809Jeffrey Stedfast2003-03-181-2/+1
* Fix the response code, because some bastard changed the filter/* code andNot Zed2003-03-101-1/+1
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-0/+1
* add EVOLUTION_PRIVDATADIRDan Winship2003-02-071-1/+1
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+2
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-22/+45
* fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-1/+1
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-35/+35
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-2/+2
* clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unrefNot Zed2002-11-261-10/+2
* fix warning message, outlook->mbox.Not Zed2002-11-191-1/+0
* Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-151-2/+2
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-87/+90
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-12/+0
* Initialise the standard uri's before doing anything else.Not Zed2002-07-241-12/+41
* When renaming, use full_name to set the folder, not name, so the path isNot Zed2002-07-221-1/+1
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-171-1/+1
* Set the vfolder_editor variable to null before we close the dialogue,Not Zed2002-07-151-4/+4
* ** fixes for #10781Not Zed2002-07-151-20/+28
* Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-041-1/+1
* remove a #include "camel-remote-store.h"Jeffrey Stedfast2002-05-231-1/+0
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-2/+3
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-0/+1
* Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-131-6/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-2/+1
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-2/+2
* Sort the folder updates first, since we dont seem to get them in the right92001-10-291-1/+1
* Copy the folder's full_name before trying to use it to rename.92001-10-291-15/+14
* Remove uic, kill dumb warning.82001-10-281-5/+5
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-37/+72
* Changed to open the source store from '/', so we can do renames across62001-10-271-6/+55
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-5/+10
* Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-191-33/+14
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-32/+43
* Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-0/+25
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-051-0/+63
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-2/+2
* replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-021-2/+2
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-99/+300
* Dont let drafts/outbox/sent be added via a generic 'all local folders'02001-09-211-0/+5
* Update the status bar here, assuming we've just been activated.02001-09-211-7/+7
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-9/+34
* Register vfolder sources here.02001-09-211-2/+12
* General cleanup of mail debug printfs.92001-09-191-28/+5
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-289/+294
* Fixed the remove callback prototype, and return the result properly using22001-09-131-3/+21
* Marked string for translation (with U_).Chyla Zbigniew2001-09-011-1/+3
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-7/+3
* Fix this so it can actually get folders from the hash of folders on theJason Leach2001-08-141-3/+3
* [ Change this gtk_object_ref on the storage to a bonobo_object_ref ]Peter Williams2001-08-091-1/+1
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-7/+7
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-45/+84
* New function. If a vfolder in our list gets finalized, NULL outPeter Williams2001-07-131-0/+21
* Add mail folder cache hookups.Peter Williams2001-07-051-0/+4
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-121-6/+18
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-2/+1
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-151-3/+3
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-1/+2
* Added edit item to search-bar menu.Not Zed2001-03-151-1/+1
* Remove very old camel lock stuff.Not Zed2001-03-031-4/+95
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-0/+14
* vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-231-0/+11
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-0/+6
* Dont do the thaw/freeze set here. (update_folders): "Not Zed2001-02-201-27/+45
* Update copyrights.Ettore Perazzoli2001-01-281-1/+1
* Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-281-0/+3
* Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-281-0/+1
* Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-231-1/+5
* Detect created and deleted vfolders.Iain Holmes2000-12-221-1/+3
* Complete the code to associate a URI and a folder type to the toplevelEttore Perazzoli2000-12-091-1/+1
* Add some g_return_if_fail()s to protect from crashes until the code toDan Winship2000-12-081-0/+2
* Make the vfolder editor resize correctly. Fixes bug #835.Jeffrey Stedfast2000-12-071-1/+1
* Update the calls to `evolution_storage_new()' according to the newEttore Perazzoli2000-12-051-1/+1
* IF we dont find a source, clear the exception and ignore it silently. forNot Zed2000-11-211-0/+4
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-1/+1
* Make "Get Mail" even more functional on IMAP (scans all folders),Dan Winship2000-11-021-2/+2
* lots of i18n fixesDan Winship2000-10-241-1/+1
* Made the top of the folder browser a little prettier.Christopher James Lahey2000-10-241-0/+1
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-1/+2
* Duh, fix the test for the folder name, strstr != strcmp is it.Not Zed2000-10-121-2/+2
* New widget, full search dialogue for mail.Not Zed2000-10-091-16/+5
* Changed `Evolution::Storage' so that the displayed name for a folderEttore Perazzoli2000-09-011-2/+6
* Move menu items around, fix some GUI bits.Ettore Perazzoli2000-08-181-1/+4
* Filtering on demand! booyeah!Peter Williams2000-08-181-1/+1
* Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-111-1/+1
* Merge with camel-async.Peter Williams2000-08-111-16/+13
* Helper function to add with confirm.Not Zed2000-08-091-0/+11
* Configurable vfolder sources, and a button to save a searchNot Zed2000-07-311-11/+141
* Remove hack to pass the storage around.Not Zed2000-07-301-0/+176