aboutsummaryrefslogtreecommitdiffstats
path: root/mail/README.async
stat options
Period:
Authors:

Commits per author per week (path 'mail/README.async')

AuthorW35 2024W36 2024W37 2024W38 2024Total
Total00000
class='commitgraph'>* Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-4/+4 * ** Fix for bug #563369Milan Crha2008-12-091-0/+2 * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-14/+14 * ** Fix for bug #543532Milan Crha2008-07-281-1/+2 * ** Fix for bug #543411Srinivasa Ragavan2008-07-281-0/+4 * fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1 * ** Fix for bug #534039Milan Crha2008-06-201-18/+0 * ** Fix for bug #514744Milan Crha2008-03-171-2/+8 * ** Fix for bug #511488Srinivasa Ragavan2008-01-281-0/+17 * Send the folder name along with the new mail event.Srinivasa Ragavan2008-01-021-0/+36 * Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-161-4/+6 * Moving some code from tree to model where it belongs. Fixes some CPU usageSankar P2007-12-141-0/+28 * ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-167/+167 * ** Fix for bug #343011 (restore collapse state of selected folder afterMilan Crha2007-11-051-0/+94 * ** Fix for bug #484635Bharath Acharya2007-10-091-1/+0 * ** Fixes bug #469657Matthew Barnes2007-10-021-48/+25 * 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-2/+2 * ** Fix for bug #464312Srinivasa Ragavan2007-08-071-0/+4 * ** Fix for bug #437935 from Gilles Dartiguelongue Srinivasa Ragavan2007-06-181-6/+6 * Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-32/+32 * Improvements to the new mail hook.Srinivasa Ragavan2007-05-031-0/+41 * Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1 * ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1 * ** Fixes 333243 For null uri, don't need remove it.Jeff Cai2006-04-101-1/+2 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-101-1/+2 * ** See bug 234008Parthasarathi Susarla2005-12-201-0/+14 * em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-3/+3 * Added enum and the code to change the icon for sent items folder. FixesSankar P2005-09-201-0/+1 * check if the account is enabled, before adding the store ** Fixes #313057Vivek Jain2005-08-111-1/+2 * Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-081-4/+4 * if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-3/+5 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1 * Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-021-4/+4 * use the type hint to sort for inbox, not the name.Not Zed2005-02-011-19/+23 * ** See bug #65329.Not Zed2004-09-241-2/+17 * Fix a typo setting the root node.David Malcolm2004-09-211-1/+1 * Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-2/+2 * store the select-uri on the view not in the thread message.Not Zed2004-08-241-1/+5 * Return NULL not FALSE on error.Jeffrey Stedfast2004-08-111-1/+1 * call folder_subscribed directly from the async function notNot Zed2004-06-291-2/+2 * Same as below. (em_folder_tree_model_remove_folders): Same.Jeffrey Stedfast2004-06-231-20/+30 * revert previous change. Stupid emftm.Not Zed2004-06-111-1/+1 * handle a null path or fragment.Not Zed2004-06-111-1/+1 * Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-111-21/+78 * Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713.Jeffrey Stedfast2004-06-081-1/+1 * Disable debug here too - all this code has been working fine.Jeffrey Stedfast2004-05-291-2/+2 * set the default selection to inbox.Not Zed2004-05-261-41/+36 * Fix for bug #57152.Jeffrey Stedfast2004-05-081-6/+7 * removed.Not Zed2004-05-031-0/+3 * Sort the VFolders. Fixes bug #56636.Jeffrey Stedfast2004-04-291-29/+1 * Duh. If the lookup of si fails, don't use si->display_name in the warningJeffrey Stedfast2004-04-291-4/+1 * enabled some unread-count debug spewageJeffrey Stedfast2004-04-141-1/+1 * Fixes bug #37416Jeffrey Stedfast2004-04-031-2/+12 * Fixed some logic bugs.Jeffrey Stedfast2004-03-241-10/+7 * Fix for bug #55358.Jeffrey Stedfast2004-03-171-88/+211 * when we sort, handle not having the node in the tree. otherwise we alwaysNot Zed2004-03-111-3/+5 * pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-6/+8 * Partial fix for bug #53862Jeffrey Stedfast2004-03-111-0/+14 * if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-6/+24 * fix camel provider api changes.Not Zed2004-02-191-2/+1 * fix for the weird-arsed e-contact list api. and fix a small memleak.Not Zed2004-02-171-2/+2 * "On this computer" -> "On This Computer".Christian Neumair2004-02-121-2/+2 * merged in code from em_folder_tree_model_drag_data_delete.Not Zed2004-02-091-596/+0 * Now takes a GdkContext arg... will need this later when we want toJeffrey Stedfast2004-02-061-8/+11 * hmm, another well tested bit of code ... if you launch another thread youNot Zed2004-02-051-109/+124 * Don't allow dropping into a vfolder (store). Fixes bug #53757.Jeffrey Stedfast2004-02-051-11/+15 * oops, don't ref/unref the gtk_selection_dataJeffrey Stedfast2004-02-041-2/+0 * Modified slightly. The model now calls gtk_drag_finish() for us when it isJeffrey Stedfast2004-02-041-70/+121 * Fixes for bug #53348Jeffrey Stedfast2004-01-311-1/+67 * ** See bug #53123.Not Zed2004-01-301-35/+33 * If the store is already in the model, remove it and then re-add it. FixesJeffrey Stedfast2004-01-291-14/+2 * And thus completes the fixes for bug #52766.Jeffrey Stedfast2004-01-291-7/+13 * fix the parent-finding logic.Not Zed2004-01-271-4/+4 * Set priv->drag_row.Jeffrey Stedfast2004-01-271-5/+16 * removed some debugging printfsJeffrey Stedfast2004-01-271-4/+1 * Removed the drag & drop interfaces, apparently these aren't good enoughJeffrey Stedfast2004-01-241-494/+513 * change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-161-4/+12 * Make vfolder_store 'global'.Jeffrey Stedfast2004-01-161-4/+32 * Fixes bug #52888Jeffrey Stedfast2004-01-161-0/+46 * Make the model sorted. Fixes bug #52888.Jeffrey Stedfast2004-01-161-9/+36 * Clone the CamelRenameInfo and ref the store before emitting the asyncJeffrey Stedfast2004-01-061-47/+82 * If we aren't in the main thread, proxy it over to the main thread.Jeffrey Stedfast2004-01-061-0/+26 * Add INFO_FAST here as we don't need it to get unread counts.Jeffrey Stedfast2003-12-111-2/+1 * Update the unread count in the model if the folder got new mail.Jeffrey Stedfast2003-12-111-0/+33 * ** See bug #51899.Not Zed2003-12-091-1/+2 * Make sure folder_path is non-NULL ("Loading..." nodes will have a NULLJeffrey Stedfast2003-12-051-1/+1 * Fixes bug #51605.Jeffrey Stedfast2003-12-051-1/+1 * Fixed a FIXME by using the CamelProvider url flags to determine if the urlJeffrey Stedfast2003-12-041-3/+2 * Moved here. (drop_folder): Moved here. (import_message_rfc822): MovedJeffrey Stedfast2003-12-031-74/+397 * Connect to the loading row signal. (loading_row_cb): Expand the path ifJeffrey Stedfast2003-12-031-0/+16 * more fixesJeffrey Stedfast2003-12-031-4/+4 * fixed some mem leaks in my codeJeffrey Stedfast2003-12-031-44/+7 * Fixed to pass the evolution dir into em_folder_tree_model_new().Jeffrey Stedfast2003-12-031-1/+129 * Updated to call em_folder_tree_model_set_folder_info().Jeffrey Stedfast2003-12-021-3/+409 * Swap the retval varargs value to the last argument instead of the first.Jeffrey Stedfast2003-11-241-5/+5 * Only set OK to sensitive if the selected node is not a store node.Jeffrey Stedfast2003-11-151-1/+80