aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #706814 - Do not use folder uri in copy/move folder errorsFabiano Fidêncio2013-08-291-2/+12
* Bug #659715 - Reject folder copy/move in offlineFabiano Fidêncio2013-08-271-1/+29
* Remove more Express Mode hacks.Matthew Barnes2013-04-011-19/+1
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-8/+1
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Avoid gdk_window_get_pointer().Matthew Barnes2012-11-291-1/+7
* Avoid gtk_tree_view_get_vadjustment().Matthew Barnes2012-11-291-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-10/+15
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+3
* Adapt to CamelSession API changes.Matthew Barnes2012-08-121-13/+12
* Remove em_folder_tree_get_selected_folder().Matthew Barnes2012-07-091-22/+0
* Bug #676563 - Cannot create folders directly under store nodeMilan Crha2012-06-071-1/+6
* Whitespace cleanups.Matthew Barnes2012-06-021-1/+1
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-0/+1
* Avoid New unread icon emblem on virtual foldersMilan Crha2012-05-241-1/+3
* Whitespace cleanups.Matthew Barnes2012-05-131-4/+4
* EMFolderTree: Avoid using COL_STRING_URI.Matthew Barnes2012-04-091-14/+40
* mail/state.ini: Remember stores by UID instead of URI.Matthew Barnes2012-04-091-28/+69
* Bug #245025 - Popup confirmation when moving a folder (via drag and drop)Milan Crha2012-04-071-45/+84
* 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-1/+1
* 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-4/+12
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-9/+11
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-57/+51
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-25/+29
* Remove unnecessary 'vfolder_store' declaration.Matthew Barnes2011-12-071-2/+0
* Mail widget cleanups.Matthew Barnes2011-11-221-1/+1
* e-mail-store.c: Take EMailSession instead of EMailBackend.Matthew Barnes2011-10-271-1/+3
* Bug #455271 - A moved/renamed mail folder loses focusMilan Crha2011-10-131-1/+37
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+1
* EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-1/+1
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-15/+22
* Miscellaneous cleanups.Matthew Barnes2011-08-311-32/+11
* Bug 656718 - Runtime warning in folder_tree_get_folder_info_cb()Matthew Barnes2011-08-181-13/+16
* Add em_folder_tree_new_with_model().Matthew Barnes2011-08-101-1/+15
* EMFolderTree: Clean up initialization logic.Matthew Barnes2011-08-101-298/+322
* EMFolderTree: Miscellaneous cleanups.Matthew Barnes2011-08-101-51/+27
* Fix few memory leaksMilan Crha2011-06-151-3/+11
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-3/+10
* Do not add 'Local delivery' accounts into folder treeMilan Crha2011-06-021-0/+6
* Fix more places where old-style folder URIs are used.Matthew Barnes2011-06-011-13/+10
* Bug #649939 - Cann't create new folderMilan Crha2011-05-311-0/+36
* Remove display_name from EMFolderTreeModelStoreInfo.Matthew Barnes2011-05-281-12/+3
* Check for vfolder stores by UID, not URI.Matthew Barnes2011-05-261-65/+72
* Use em_folder_tree_get_selected() in places to simplify code.Matthew Barnes2011-05-251-25/+27
* Remove em_folder_tree_get_selected_path().Matthew Barnes2011-05-251-22/+0
* Add em_folder_tree_get_selected().Matthew Barnes2011-05-251-0/+36
* EMFolderTree: Rewrite async folder info loading.Matthew Barnes2011-05-251-125/+157
* Add em_folder_tree_new_activity().Matthew Barnes2011-05-241-0/+25
* EMFolderTree: Add an EAlertSink property.Matthew Barnes2011-05-241-3/+58
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-49/+53
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-3/+11
* Bug #649952 - Do not unref result of camel_session_get_service()Milan Crha2011-05-111-0/+2
* Coding style cleanups.Matthew Barnes2011-05-091-5/+5
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+2
* Remove em_folder_tree_get_selected_folder_info().Matthew Barnes2011-05-071-42/+0
* Simplify em_folder_tree_set_selected_list().Matthew Barnes2011-05-061-59/+38
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-22/+27
* Add em_folder_tree_get_selected_account().Matthew Barnes2011-05-031-0/+26
* EMFolderTree: Coding style cleanups.Matthew Barnes2011-05-031-6/+10
* Adapt to extra arg in camel_session_get_service_by_url().Matthew Barnes2011-04-291-1/+2
* Adapt to CamelService changes.Matthew Barnes2011-04-211-14/+18
* Adapt to sealed up CamelService.Matthew Barnes2011-04-181-1/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-9/+15
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-11/+7
* Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.Matthew Barnes2011-02-251-8/+9
* Bug #641343 - Cannot scroll to bottom of folder list while draggingMilan Crha2011-02-231-10/+1
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-0/+11
* Fix few memory leaksMilan Crha2011-02-151-2/+8
* Adapt EMFolderTree to latest gtk+-3.0 API.Matthew Barnes2011-01-261-5/+3
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
* Do not dereference NULL local_error variableMilan Crha2011-01-181-2/+3
* Do not hide maildir accounts from UIMilan Crha2011-01-121-1/+1
* EMFolderTree: Fully implement ESelectableInterface.Matthew Barnes2011-01-091-35/+180
* Migrate the local store from mbox to maildir formatChenthill Palanisamy2010-11-231-1/+1
* Bug #633371 - Remote pop folder no longer emptiedMilan Crha2010-10-291-1/+1
* Simplify EActivity.Matthew Barnes2010-10-231-12/+20
* Add an "ellipsize" property to EMFolderTree.Matthew Barnes2010-10-191-10/+53
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-2/+1
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-3/+5
* Give MailSession a permanent home.Matthew Barnes2010-10-131-12/+106
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-36/+20
* Adapt to Camel API changes.Matthew Barnes2010-09-281-11/+11
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-10/+24
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-2/+4
* Coding style cleanups.Matthew Barnes2010-09-131-88/+88
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-80/+159
* Memory leak fix in em_folder_tree_get_selected_folderMilan Crha2010-09-071-0/+2
* Typo in tree_autoscroll().Matthew Barnes2010-08-111-1/+1
* Simplify em_folder_tree_restore_state().Matthew Barnes2010-07-301-14/+10
* Bug 624235 - CamelPOP3Store missing some methodsMatthew Barnes2010-07-131-0/+7
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-44/+26
* Various folder tree icon enhancements.Matthew Barnes2010-06-231-32/+73
* More GTK3 preparation.Matthew Barnes2010-06-041-51/+74
* Fix a duplicate statement in em-folder-tree.c.Matthew Barnes2010-05-291-2/+0
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+2
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-4/+4
| * Bug #616823 - Evolution allows moving IMAP Inbox to other foldersMilan Crha2010-05-111-1/+25
| * Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+89
* | Bug #616823 - Evolution allows moving IMAP Inbox to other foldersMilan Crha2010-05-111-1/+25
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-4/+4
* | Adapt to Camel API changes.Matthew Barnes2010-04-301-4/+12
* | Camel is now GObject-based.Matthew Barnes2010-04-241-12/+12
* | Bug #615331 - Message list/Folder tree focus policy has changedMilan Crha2010-04-191-0/+89
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+1
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-16/+28
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-9/+0
|/
* Shell and UI manager cleanups.Matthew Barnes2010-03-141-2/+7
* Collapse system stores by default.Srinivasa Ragavan2010-03-141-2/+17
* Bug #604306 - Crash in folder_tree_cell_edited_cbMilan Crha2010-02-161-8/+20
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-6/+0
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Bug #604994 - Folder state not preserved in Copy/Move Folder dialogMilan Crha2010-01-071-0/+140
* Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-190/+195
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-4/+4
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-3/+3
* Whitespace cleanup.Matthew Barnes2009-11-151-1/+1
* Bug #268644 - unread mail shortcut collides with gtk tree searchMilan Crha2009-10-291-0/+16
* Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottomMatthew Barnes2009-10-291-49/+82
* Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-281-2/+14
* Bug #339628 - Non-default Draft folders are Draft folders tooMilan Crha2009-10-161-3/+5
* Bug #594015 - Keeps "Loading..." node on the first fetchMilan Crha2009-09-301-2/+12
* Whitespace cleanup in em-folder-tree.cMatthew Barnes2009-09-291-17/+18
* Fix few valgrind claimsMilan Crha2009-09-221-0/+1
* Followup fixes for inline folder renames.Matthew Barnes2009-09-131-8/+11
* Bug 217066 - Rename folders directly inside folder listMatthew Barnes2009-09-131-1/+148
* EMFolderTree code cleanup.Matthew Barnes2009-09-131-177/+177
* Require a parent window when creating an EMFolderSelector.Matthew Barnes2009-09-111-1/+0
* Bug #593779 - re-committing patch from bug #214238Milan Crha2009-09-011-9/+20
* Re-enable more calendar bits.Matthew Barnes2009-08-191-1/+1
* Bug 591829 - Dragging mails to folder tree does not workMatthew Barnes2009-08-181-73/+3
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-1/+4
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-141-3/+0
* Use an EShellSettings property for folder tree search.Matthew Barnes2009-07-111-3/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-3/+0
|\
| * Bug #268644 - unread mail shortcut collides with gtk tree searchMilan Crha2009-06-251-1/+13
| * Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-0/+1
| * More code cleanup.Matthew Barnes2009-06-021-3/+3
| * Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6
| * Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-011-4/+60
| * Bug 583446 – refresh folder hookLucian Langa2009-05-291-1/+5
| * Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-90/+90
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
* | Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-89/+106
* | EMFolderTree cleanups.Matthew Barnes2009-06-201-437/+457
* | Thought of a better way to copy folder tree state.Matthew Barnes2009-06-141-39/+61
* | Clean up EMFolderTreeModel.Matthew Barnes2009-06-141-15/+5
* | Use key files for tracking widget states.Matthew Barnes2009-06-131-116/+60
* | Bug #337082 - Do not produce unnamed folders in a folder treeMilan Crha2009-06-021-4/+6
* | More code cleanup.Matthew Barnes2009-06-021-3/+3
* | Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-011-4/+60
* | Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-72/+72
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-15/+15
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
| |/
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-26/+26
| * Use named icons in the folder tree instead of pixbufs.Matthew Barnes2009-05-251-82/+4
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-9/+9
| * Mail changes required for Anjal.Srinivasa Ragavan2009-05-221-0/+17
* | Mail changes required for Anjal.Srinivasa Ragavan2009-05-241-0/+10
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-10/+11
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-041-1/+1
|\|
| * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-1/+2
|\|
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-3/+2
| * Do not ask for a folder when no folder selected.Milan Crha2009-04-021-1/+2
| * ** Fix for bug #504767Milan Crha2009-03-191-1/+1
| * Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized ...Suman Manjunath2009-02-021-3/+3
| * Add the unread vfolder hack.Srinivasa Ragavan2008-12-151-0/+36
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #337082 (Do not set 'finished l...Suman Manjunath2008-12-081-1/+2
| * Disable delete and rename onSankarasivasubramanian Pasupathilingam2008-10-311-0/+4
| * Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-14/+14
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #504767 (Expand also parent nod...Suman Manjunath2008-09-141-1/+1
| * Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #549661 (Process DND...Suman Manjunath2008-09-011-1/+1
| * Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #249844 (Use C_() macro ins...Suman Manjunath2008-08-041-1/+1
| * Kill a compilation warning.Srinivasa Ragavan2008-07-291-1/+1
| * ** See bug #544969: Added the hook for folder custom icon.Lucian Langa2008-07-281-1/+10
| * ** Fix for bug #543411Srinivasa Ragavan2008-07-281-1/+8
| * ** Fixes Bug #200147Bharath Acharya2008-07-211-1/+1
* | Split EAccountList and ESignatureList management out of the mail module.Matthew Barnes2009-01-271-3/+4
* | Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-251-82/+4
* | Implement folder tree popup actions. Purge EPopup from EMFolderTree.Matthew Barnes2008-12-191-254/+5
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-1/+2
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-0/+4
* | Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-0/+22
* | Yeah, it was something stupid. Folder tree now working.Matthew Barnes2008-10-171-1/+1
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-223/+279
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-15/+15
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-1/+1
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-4/+20
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #538002Milan Crha2008-06-131-0/+5
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+0
* ** Fix for bug #323402Milan Crha2008-04-211-1/+2
* Fix an implicit function declaration.Milan Crha2008-03-131-0/+1
* ** Fixes breakage caused by bug #513951Matthew Barnes2008-03-121-1/+1
* Re-fix bug #351672 since my patch for bug #362638 accidentally revertedMatthew Barnes2008-03-041-18/+1
* Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (U...Suman Manjunath2008-01-071-4/+4
* ** Fixes bug #362638Matthew Barnes2007-12-211-41/+51
* Moving some code from tree to model where it belongs. Fixes some CPU usageSankar P2007-12-141-26/+0
* ** Fix for bug #498551Milan Crha2007-11-221-2/+2
* ** Fix for bug #495875Gilles Dartiguelongue2007-11-181-11/+14
* Call camel_folder_info_new() instead of g_new0().Matthew Barnes2007-11-151-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-245/+245
* ** Fix for bug #343011 (restore collapse state of selected folder afterMilan Crha2007-11-051-3/+12
* Change enum order. LAST should be the last. Regression from #446035Sankar P2007-11-051-2/+2
* ** Fix for bug #446035Michael Monreal2007-10-311-1/+5
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-3/+3
* ** Fixes bug #477045Matthew Barnes2007-10-041-1/+1
* ** Fixes bug #477045Matthew Barnes2007-09-281-8/+8
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-15/+9
* 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/+1
* 2007-08-30 Gavin Scott Fixes bug #351672Milan Crha2007-08-301-19/+1
* ** Fix for bug #467165Srinivasa Ragavan2007-08-201-1/+1
* ** Fix for bug #464312Srinivasa Ragavan2007-08-071-3/+7
* Fix from Lucky to expand newly created folderSrinivasa Ragavan2007-08-021-12/+17
* ** Fix for bug #237989Srinivasa Ragavan2007-07-291-4/+109
* ** Add support for the Magic Space Bar.Srinivasa Ragavan2007-06-171-0/+47
* Do not fetch folder-info from backend - use the available folder-treeSrinivasa Ragavan2007-06-041-4/+22
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-3/+3
* Added support for flush outbox and refresh folder.Srinivasa Ragavan2007-05-111-0/+25
* Update parent rows when a child row changes. (#352713) Patch by RenéMatthew Barnes2007-04-051-0/+26
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Add header glib/gi18n.h to provide the missing symbol required by theHarish Krishnaswamy2006-08-081-0/+1
* Marking vFolder names in the folder tree localizable.Karsten Bräckelmann2006-08-081-1/+16
* Use gnome-fs-trash-empty rather than stock_delete for the Trash folderRodney Dawes2006-04-281-1/+1
* Committing fix for 323402 from Vincent NoelSrinivasa Ragavan2006-04-261-1/+8
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-10/+10
* Return valid transport, only if the account is enabled.Parthasarathi Susarla2005-10-221-1/+1
* Fixes #208647S.Antony Vincent Pandian2005-09-261-1/+12
* Added enum and the code to change the icon for sent items folder. FixesSankar P2005-09-201-0/+5
* ** See #312715.Not Zed2005-08-101-81/+8
* Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-081-1/+1
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-5/+2
* calling the wrong api to move a folder. Infact it was copying for move.Srinivasa Ragavan2005-07-201-1/+1
* fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-7/+5
* move e-error into e-util/Not Zed2005-05-161-2/+1
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-714/+86
* ** See bug #273752Not Zed2005-04-131-1/+1
* ** See bug #72518Not Zed2005-04-011-2/+3
* **fixes bug #73139 change the shared-folder icon names to the names inVivek Jain2005-03-101-2/+3
* ** See bug #72209Not Zed2005-02-081-5/+48