aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.c
Commit message (Expand)AuthorAgeFilesLines
* Add mail_folder_cache_ref_folder().Matthew Barnes2013-07-181-8/+9
* EMFolderTreeModel: Listen for "folder-info-stale" signals.Matthew Barnes2013-06-221-0/+19
* EMFolderTreeModel cleanups.Matthew Barnes2013-06-221-45/+67
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+2
* em_folder_tree_model_get_folder_name: Don't return NULL.Matthew Barnes2012-09-041-2/+2
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-5/+4
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+6
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+0
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-12/+86
* EMFolderTreeModel: Remove COL_STRING_URI.Matthew Barnes2012-04-091-5/+0
* EMFolderTreeModel: Remove the internal 'uri_index' table.Matthew Barnes2012-04-091-27/+9
* Rewrite em_folder_tree_model_lookup_uri() to not use uri_index.Matthew Barnes2012-04-091-3/+35
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+6
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-14/+14
* Reduce diff noise with account-mgmt branch.Matthew Barnes2011-12-201-2/+2
* MailFolderCache: Don't respond to "service-added" signals.Matthew Barnes2011-12-131-0/+4
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-329/+113
* EMFolderTreeModel: Check for vfolder store by its UID.Matthew Barnes2011-12-071-3/+5
* e-mail-store.c: Take EMailSession instead of EMailBackend.Matthew Barnes2011-10-271-1/+3
* Adapt to CamelNetworkSettings changes.Matthew Barnes2011-10-251-4/+6
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-6/+3
* EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-170/+155
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-73/+294
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+1
* Miscellaneous cleanups.Matthew Barnes2011-08-311-4/+7
* Bug 656720 - Exclude NNTP stores from Create Folder dialogMatthew Barnes2011-08-181-11/+17
* Use new CamelService:display-name property.Matthew Barnes2011-08-181-6/+8
* Using of uninitialized memory in em-folder-tree-model.c:store_info_freeMilan Crha2011-08-161-1/+1
* Adapt to new CamelSubscribable interface.Matthew Barnes2011-08-161-10/+15
* EMFolderTreeModel: Avoid a potential refcount crash.Matthew Barnes2011-08-101-1/+7
* Miscellaneous mail cleanups.Matthew Barnes2011-06-091-12/+14
* Do not add 'Local delivery' accounts into folder treeMilan Crha2011-06-021-1/+2
* Add em_folder_tree_model_list_stores().Matthew Barnes2011-05-291-0/+8
* EMFolderTreeModel: Miscellaneous cleanups.Matthew Barnes2011-05-291-43/+13
* Remove account from EMFolderTreeModelStoreInfo.Matthew Barnes2011-05-281-6/+10
* EMFolderTreeModel: Remove internal account_index.Matthew Barnes2011-05-281-26/+15
* Remove display_name from EMFolderTreeModelStoreInfo.Matthew Barnes2011-05-281-2/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Adapt to CamelFolderInfo.name -> display_name.Matthew Barnes2011-05-071-13/+14
* EMFolderTreeModel: Use the new folder URI format.Matthew Barnes2011-05-061-5/+9
* EMFolderTreeModel: Avoid e_get_account_by_source_url().Matthew Barnes2011-05-061-1/+3
* EMFolderTreeModel: Always populate the CamelStore column.Matthew Barnes2011-05-061-4/+3
* Simplify em_folder_tree_model_set_folder_info().Matthew Barnes2011-05-061-6/+4
* Remove EMFolderTreeModel::folder-added signal.Matthew Barnes2011-05-041-14/+0
* Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-05-031-2/+6
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-1/+1
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-1/+1
* Replace camel_store_folder_uri_equal() with e_mail_folder_uri_equal().Matthew Barnes2011-05-031-2/+5
* Adapt to CamelService changes.Matthew Barnes2011-04-211-29/+11
* Adapt to sealed up CamelService.Matthew Barnes2011-04-181-3/+10
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-7/+3
* mail: Use G_DEFINE_TYPE for EmFolderTreeModelBenjamin Otte2011-01-231-29/+4
* Bug #632293 - Do not add POP accounts into folder treeMilan Crha2010-11-101-1/+3
* Kill mail_store_set_offline().Matthew Barnes2010-10-231-2/+0
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-2/+1
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-6/+20
* Give MailSession a permanent home.Matthew Barnes2010-10-131-17/+74
* Bug #631341 - On This Computer/Inbox sub-folders lostMilan Crha2010-10-071-0/+7
* Remove MailAsyncEvent.Matthew Barnes2010-10-011-103/+26
* Remove "type" parameter from mail_async_event_emit().Matthew Barnes2010-10-011-5/+5
* Coding style cleanups.Matthew Barnes2010-09-131-6/+6
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-121-3/+39
* EMFolderTreeModel cleanups.Matthew Barnes2010-08-121-31/+33
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-9/+3
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+31
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-3/+6
| * Listen for account added signal from the EAccountList. Helps to refreshSrinivasa Ragavan2010-04-271-0/+29
* | Adapt to Camel API changes.Matthew Barnes2010-05-081-24/+30
* | Camel is now GObject-based.Matthew Barnes2010-04-241-12/+12
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-5/+0
|/
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-1/+5
* In express mode, give the accounts first place than on this computer.Srinivasa Ragavan2010-03-141-8/+26
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-10/+20
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+1
* MailFolderCache: add signal for updated unread countsJonathon Jongsma2009-12-161-55/+67
* Make the mail folder cache a proper GObjectJonathon Jongsma2009-12-161-1/+2
* Bug #339628 - Non-default Draft folders are Draft folders tooMilan Crha2009-10-161-20/+9
* Bug #594015 - Keeps "Loading..." node on the first fetchMilan Crha2009-09-301-0/+1
* Fix return typesKjartan Maraas2009-08-271-3/+3
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-67/+13
* Fix similar weak pointer issues throughout.Matthew Barnes2009-06-201-0/+6
* Thought of a better way to copy folder tree state.Matthew Barnes2009-06-141-2/+91
* Clean up EMFolderTreeModel.Matthew Barnes2009-06-141-310/+364
* Use key files for tracking widget states.Matthew Barnes2009-06-131-437/+8
* Fix whitespace errors in mail/Makefile.amMatthew Barnes2009-06-091-1/+1
* Bug #362907 - Give icons to Drafts/Sent/Templates foldersMilan Crha2009-06-091-2/+29
* Bug 584154 – custom icon folder hook does not workLucian Langa2009-06-021-0/+5
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-011-15/+36
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-77/+77
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+2
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-1/+2
| * Use named icons in the folder tree instead of pixbufs.Matthew Barnes2009-05-251-23/+39
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * 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
* | Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-5/+7
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-33/+35
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-1/+2
* | Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-251-22/+37
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-0/+2
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-194/+320
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-14/+14
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+6
|/
* 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
* New folder-tree widget that replaces the shell's folder-tree widget.Jeffrey Stedfast2003-11-141-0/+284