| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix return types | Kjartan Maraas | 2009-08-27 | 1 | -3/+3 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -1/+0 |
* | Split store and local folder management out from shell backend. | Matthew Barnes | 2009-06-24 | 1 | -67/+13 |
* | Fix similar weak pointer issues throughout. | Matthew Barnes | 2009-06-20 | 1 | -0/+6 |
* | Thought of a better way to copy folder tree state. | Matthew Barnes | 2009-06-14 | 1 | -2/+91 |
* | Clean up EMFolderTreeModel. | Matthew Barnes | 2009-06-14 | 1 | -310/+364 |
* | Use key files for tracking widget states. | Matthew Barnes | 2009-06-13 | 1 | -437/+8 |
* | Fix whitespace errors in mail/Makefile.am | Matthew Barnes | 2009-06-09 | 1 | -1/+1 |
* | Bug #362907 - Give icons to Drafts/Sent/Templates folders | Milan Crha | 2009-06-09 | 1 | -2/+29 |
* | Bug 584154 – custom icon folder hook does not work | Lucian Langa | 2009-06-02 | 1 | -0/+5 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
* | Bug 323037 – Folder emblem to show new mail arrival | Milan Crha | 2009-06-01 | 1 | -15/+36 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -77/+77 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -1/+2 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -1/+1 |
| * | Fix compiler warnings in mail. | Matthew Barnes | 2009-05-26 | 1 | -1/+2 |
| * | Use named icons in the folder tree instead of pixbufs. | Matthew Barnes | 2009-05-25 | 1 | -23/+39 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -1/+1 |
| * | Bug 577929 – Consolidate marshallers | Matthew Barnes | 2009-04-23 | 1 | -4/+4 |
| * | ** Fix for bug #563369 | Milan Crha | 2008-12-09 | 1 | -0/+2 |
| * | Change license from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-19 | 1 | -14/+14 |
| * | ** Fix for bug #543532 | Milan Crha | 2008-07-28 | 1 | -1/+2 |
| * | ** Fix for bug #543411 | Srinivasa Ragavan | 2008-07-28 | 1 | -0/+4 |
* | | Fix most of the compiler warnings in mail. | Matthew Barnes | 2009-05-08 | 1 | -5/+7 |
* | | Adapt mail to EShellBackend changes. | Matthew Barnes | 2009-05-08 | 1 | -33/+35 |
* | | Split EAccountList and ESignatureList management out of the mail module. | Matthew Barnes | 2009-01-27 | 1 | -1/+2 |
* | | Make the sidebar icon follow the folder icon. | Matthew Barnes | 2009-01-25 | 1 | -22/+37 |
* | | Merge revisions 36811:36865 from trunk. | Matthew Barnes | 2008-12-11 | 1 | -0/+2 |
* | | Get the mail folder tree compiling, though I'm not yet sure why it's not | Matthew Barnes | 2008-10-17 | 1 | -194/+320 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 1 | -14/+14 |
* | | Merge revisions 35747:35930 from trunk. | Matthew Barnes | 2008-08-08 | 1 | -1/+6 |
|/ |
|
* | fixed copyright notices | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Fix for bug #534039 | Milan Crha | 2008-06-20 | 1 | -18/+0 |
* | ** Fix for bug #514744 | Milan Crha | 2008-03-17 | 1 | -2/+8 |
* | ** Fix for bug #511488 | Srinivasa Ragavan | 2008-01-28 | 1 | -0/+17 |
* | Send the folder name along with the new mail event. | Srinivasa Ragavan | 2008-01-02 | 1 | -0/+36 |
* | Just remove the mail-remote plugin altogether so we stop going back and | Matthew Barnes | 2007-12-16 | 1 | -4/+6 |
* | Moving some code from tree to model where it belongs. Fixes some CPU usage | Sankar P | 2007-12-14 | 1 | -0/+28 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -167/+167 |
* | ** Fix for bug #343011 (restore collapse state of selected folder after | Milan Crha | 2007-11-05 | 1 | -0/+94 |
* | ** Fix for bug #484635 | Bharath Acharya | 2007-10-09 | 1 | -1/+0 |
* | ** Fixes bug #469657 | Matthew Barnes | 2007-10-02 | 1 | -48/+25 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
* | ** Move away from g_assert to g_return* calls | Srinivasa Ragavan | 2007-08-31 | 1 | -2/+2 |
* | ** Fix for bug #464312 | Srinivasa Ragavan | 2007-08-07 | 1 | -0/+4 |
* | ** Fix for bug #437935 from Gilles Dartiguelongue | Srinivasa Ragavan | 2007-06-18 | 1 | -6/+6 |
* | Fix compilation warnings in mail folder (#437935). | Matthew Barnes | 2007-06-03 | 1 | -32/+32 |
* | Improvements to the new mail hook. | Srinivasa Ragavan | 2007-05-03 | 1 | -0/+41 |
* | Massive code cleanup (bug #429422) | Matthew Barnes | 2007-04-20 | 1 | -1/+1 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
* | ** Fixes 333243 For null uri, don't need remove it. | Jeff Cai | 2006-04-10 | 1 | -1/+2 |
* | Use e_util_mkdir_hier() instead of e_mkdir_hier(). | Simon Zheng | 2006-01-10 | 1 | -1/+2 |
* | ** See bug 234008 | Parthasarathi Susarla | 2005-12-20 | 1 | -0/+14 |
* | em-folder-browser.c em-folder-view.c em-format-html.c | Tor Lillqvist | 2005-12-18 | 1 | -3/+3 |
* | Added enum and the code to change the icon for sent items folder. Fixes | Sankar P | 2005-09-20 | 1 | -0/+1 |
* | check if the account is enabled, before adding the store ** Fixes #313057 | Vivek Jain | 2005-08-11 | 1 | -1/+2 |
* | Change instances of "vfolder" that appear in the UI to use the term | Rodney Dawes | 2005-08-08 | 1 | -4/+4 |
* | if we get a null default, then set "" on the entry. (emae_option_entry): | Not Zed | 2005-07-21 | 1 | -3/+5 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -1/+1 |
* | Replace "_Virtual Folder" with "_vFolder" for the search menu to create a | Rodney Dawes | 2005-02-02 | 1 | -4/+4 |
* | use the type hint to sort for inbox, not the name. | Not Zed | 2005-02-01 | 1 | -19/+23 |
* | ** See bug #65329. | Not Zed | 2004-09-24 | 1 | -2/+17 |
* | Fix a typo setting the root node. | David Malcolm | 2004-09-21 | 1 | -1/+1 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -2/+2 |
* | store the select-uri on the view not in the thread message. | Not Zed | 2004-08-24 | 1 | -1/+5 |
* | Return NULL not FALSE on error. | Jeffrey Stedfast | 2004-08-11 | 1 | -1/+1 |
* | call folder_subscribed directly from the async function not | Not Zed | 2004-06-29 | 1 | -2/+2 |
* | Same as below. (em_folder_tree_model_remove_folders): Same. | Jeffrey Stedfast | 2004-06-23 | 1 | -20/+30 |
* | revert previous change. Stupid emftm. | Not Zed | 2004-06-11 | 1 | -1/+1 |
* | handle a null path or fragment. | Not Zed | 2004-06-11 | 1 | -1/+1 |
* | Fixes bug #58825. Ugh. Really Gross Hack (tm). | Jeffrey Stedfast | 2004-06-11 | 1 | -21/+78 |
* | Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713. | Jeffrey Stedfast | 2004-06-08 | 1 | -1/+1 |
* | Disable debug here too - all this code has been working fine. | Jeffrey Stedfast | 2004-05-29 | 1 | -2/+2 |
* | set the default selection to inbox. | Not Zed | 2004-05-26 | 1 | -41/+36 |
* | Fix for bug #57152. | Jeffrey Stedfast | 2004-05-08 | 1 | -6/+7 |
* | removed. | Not Zed | 2004-05-03 | 1 | -0/+3 |
* | Sort the VFolders. Fixes bug #56636. | Jeffrey Stedfast | 2004-04-29 | 1 | -29/+1 |
* | Duh. If the lookup of si fails, don't use si->display_name in the warning | Jeffrey Stedfast | 2004-04-29 | 1 | -4/+1 |
* | enabled some unread-count debug spewage | Jeffrey Stedfast | 2004-04-14 | 1 | -1/+1 |
* | Fixes bug #37416 | Jeffrey Stedfast | 2004-04-03 | 1 | -2/+12 |
* | Fixed some logic bugs. | Jeffrey Stedfast | 2004-03-24 | 1 | -10/+7 |
* | Fix for bug #55358. | Jeffrey Stedfast | 2004-03-17 | 1 | -88/+211 |
* | when we sort, handle not having the node in the tree. otherwise we always | Not Zed | 2004-03-11 | 1 | -3/+5 |
* | pass the raw header in instead of name and value. (efh_format_headers): if | Not Zed | 2004-03-11 | 1 | -6/+8 |
* | Partial fix for bug #53862 | Jeffrey Stedfast | 2004-03-11 | 1 | -0/+14 |
* | if we have the folder opened already, and its the outbox, then use the | Not Zed | 2004-03-03 | 1 | -6/+24 |
* | fix camel provider api changes. | Not Zed | 2004-02-19 | 1 | -2/+1 |
* | fix for the weird-arsed e-contact list api. and fix a small memleak. | Not Zed | 2004-02-17 | 1 | -2/+2 |
* | "On this computer" -> "On This Computer". | Christian Neumair | 2004-02-12 | 1 | -2/+2 |
* | merged in code from em_folder_tree_model_drag_data_delete. | Not Zed | 2004-02-09 | 1 | -596/+0 |
* | Now takes a GdkContext arg... will need this later when we want to | Jeffrey Stedfast | 2004-02-06 | 1 | -8/+11 |
* | hmm, another well tested bit of code ... if you launch another thread you | Not Zed | 2004-02-05 | 1 | -109/+124 |
* | Don't allow dropping into a vfolder (store). Fixes bug #53757. | Jeffrey Stedfast | 2004-02-05 | 1 | -11/+15 |
* | oops, don't ref/unref the gtk_selection_data | Jeffrey Stedfast | 2004-02-04 | 1 | -2/+0 |
* | Modified slightly. The model now calls gtk_drag_finish() for us when it is | Jeffrey Stedfast | 2004-02-04 | 1 | -70/+121 |
* | Fixes for bug #53348 | Jeffrey Stedfast | 2004-01-31 | 1 | -1/+67 |
* | ** See bug #53123. | Not Zed | 2004-01-30 | 1 | -35/+33 |
* | If the store is already in the model, remove it and then re-add it. Fixes | Jeffrey Stedfast | 2004-01-29 | 1 | -14/+2 |
* | And thus completes the fixes for bug #52766. | Jeffrey Stedfast | 2004-01-29 | 1 | -7/+13 |
* | fix the parent-finding logic. | Not Zed | 2004-01-27 | 1 | -4/+4 |
* | Set priv->drag_row. | Jeffrey Stedfast | 2004-01-27 | 1 | -5/+16 |
* | removed some debugging printfs | Jeffrey Stedfast | 2004-01-27 | 1 | -4/+1 |
* | Removed the drag & drop interfaces, apparently these aren't good enough | Jeffrey Stedfast | 2004-01-24 | 1 | -494/+513 |
* | change this to check the store using the provider url_cmp and just lookup | Not Zed | 2004-01-16 | 1 | -4/+12 |
* | Make vfolder_store 'global'. | Jeffrey Stedfast | 2004-01-16 | 1 | -4/+32 |
* | Fixes bug #52888 | Jeffrey Stedfast | 2004-01-16 | 1 | -0/+46 |
* | Make the model sorted. Fixes bug #52888. | Jeffrey Stedfast | 2004-01-16 | 1 | -9/+36 |
* | Clone the CamelRenameInfo and ref the store before emitting the async | Jeffrey Stedfast | 2004-01-06 | 1 | -47/+82 |
* | If we aren't in the main thread, proxy it over to the main thread. | Jeffrey Stedfast | 2004-01-06 | 1 | -0/+26 |
* | Add INFO_FAST here as we don't need it to get unread counts. | Jeffrey Stedfast | 2003-12-11 | 1 | -2/+1 |
* | Update the unread count in the model if the folder got new mail. | Jeffrey Stedfast | 2003-12-11 | 1 | -0/+33 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 1 | -1/+2 |
* | Make sure folder_path is non-NULL ("Loading..." nodes will have a NULL | Jeffrey Stedfast | 2003-12-05 | 1 | -1/+1 |
* | Fixes bug #51605. | Jeffrey Stedfast | 2003-12-05 | 1 | -1/+1 |
* | Fixed a FIXME by using the CamelProvider url flags to determine if the url | Jeffrey Stedfast | 2003-12-04 | 1 | -3/+2 |
* | Moved here. (drop_folder): Moved here. (import_message_rfc822): Moved | Jeffrey Stedfast | 2003-12-03 | 1 | -74/+397 |
* | Connect to the loading row signal. (loading_row_cb): Expand the path if | Jeffrey Stedfast | 2003-12-03 | 1 | -0/+16 |
* | more fixes | Jeffrey Stedfast | 2003-12-03 | 1 | -4/+4 |
* | fixed some mem leaks in my code | Jeffrey Stedfast | 2003-12-03 | 1 | -44/+7 |
* | Fixed to pass the evolution dir into em_folder_tree_model_new(). | Jeffrey Stedfast | 2003-12-03 | 1 | -1/+129 |
* | Updated to call em_folder_tree_model_set_folder_info(). | Jeffrey Stedfast | 2003-12-02 | 1 | -3/+409 |
* | Swap the retval varargs value to the last argument instead of the first. | Jeffrey Stedfast | 2003-11-24 | 1 | -5/+5 |
* | Only set OK to sensitive if the selected node is not a store node. | Jeffrey Stedfast | 2003-11-15 | 1 | -1/+80 |
* | New folder-tree widget that replaces the shell's folder-tree widget. | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+284 |