index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mail
/
em-folder-tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all 'may be used uninitialized' compiler warnings
Dan Vrátil
2012-08-20
1
-1
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2012-08-20
1
-2
/
+3
*
Adapt to CamelSession API changes.
Matthew Barnes
2012-08-12
1
-13
/
+12
*
Remove em_folder_tree_get_selected_folder().
Matthew Barnes
2012-07-09
1
-22
/
+0
*
Bug #676563 - Cannot create folders directly under store node
Milan Crha
2012-06-07
1
-1
/
+6
*
Whitespace cleanups.
Matthew Barnes
2012-06-02
1
-1
/
+1
*
Fix memory leaks around gtk_tree_model_get() function
Milan Crha
2012-05-31
1
-0
/
+1
*
Avoid New unread icon emblem on virtual folders
Milan Crha
2012-05-24
1
-1
/
+3
*
Whitespace cleanups.
Matthew Barnes
2012-05-13
1
-4
/
+4
*
EMFolderTree: Avoid using COL_STRING_URI.
Matthew Barnes
2012-04-09
1
-14
/
+40
*
mail/state.ini: Remember stores by UID instead of URI.
Matthew Barnes
2012-04-09
1
-28
/
+69
*
Bug #245025 - Popup confirmation when moving a folder (via drag and drop)
Milan Crha
2012-04-07
1
-45
/
+84
*
Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and
Srinivasa Ragavan
2012-03-03
1
-1
/
+1
*
Redo Filters/Search folder editors to use a shared non ui based library for
Srinivasa Ragavan
2012-03-03
1
-1
/
+1
*
Move EAlert* and e-xml-utils references from other part of the code to libevo...
Srinivasa Ragavan
2012-03-03
1
-1
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2012-02-20
1
-4
/
+12
*
Introduce libemail-engine and libemail-utils.
Matthew Barnes
2012-01-19
1
-9
/
+11
*
Avoid passing EMailBackend as much as possible.
Matthew Barnes
2011-12-16
1
-57
/
+51
*
Reorder accounts by drag-and-drop.
Matthew Barnes
2011-12-11
1
-25
/
+29
*
Remove unnecessary 'vfolder_store' declaration.
Matthew Barnes
2011-12-07
1
-2
/
+0
*
Mail widget cleanups.
Matthew Barnes
2011-11-22
1
-1
/
+1
*
e-mail-store.c: Take EMailSession instead of EMailBackend.
Matthew Barnes
2011-10-27
1
-1
/
+3
*
Bug #455271 - A moved/renamed mail folder loses focus
Milan Crha
2011-10-13
1
-1
/
+37
*
Miscellaneous cleanups from the account-mgmt branch.
Matthew Barnes
2011-09-27
1
-3
/
+1
*
EMFolderTreeModel: Don't use parameters in "get_default" functions.
Matthew Barnes
2011-09-26
1
-1
/
+1
*
Bug #351025 - Make the order of the mail accounts configurable
Milan Crha
2011-09-26
1
-1
/
+1
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-09-04
1
-15
/
+22
*
Miscellaneous cleanups.
Matthew Barnes
2011-08-31
1
-32
/
+11
*
Bug 656718 - Runtime warning in folder_tree_get_folder_info_cb()
Matthew Barnes
2011-08-18
1
-13
/
+16
*
Add em_folder_tree_new_with_model().
Matthew Barnes
2011-08-10
1
-1
/
+15
*
EMFolderTree: Clean up initialization logic.
Matthew Barnes
2011-08-10
1
-298
/
+322
*
EMFolderTree: Miscellaneous cleanups.
Matthew Barnes
2011-08-10
1
-51
/
+27
*
Fix few memory leaks
Milan Crha
2011-06-15
1
-3
/
+11
*
Coding style and whitespace cleanups.
Matthew Barnes
2011-06-09
1
-3
/
+10
*
Do not add 'Local delivery' accounts into folder tree
Milan Crha
2011-06-02
1
-0
/
+6
*
Fix more places where old-style folder URIs are used.
Matthew Barnes
2011-06-01
1
-13
/
+10
*
Bug #649939 - Cann't create new folder
Milan Crha
2011-05-31
1
-0
/
+36
*
Remove display_name from EMFolderTreeModelStoreInfo.
Matthew Barnes
2011-05-28
1
-12
/
+3
*
Check for vfolder stores by UID, not URI.
Matthew Barnes
2011-05-26
1
-65
/
+72
*
Use em_folder_tree_get_selected() in places to simplify code.
Matthew Barnes
2011-05-25
1
-25
/
+27
*
Remove em_folder_tree_get_selected_path().
Matthew Barnes
2011-05-25
1
-22
/
+0
*
Add em_folder_tree_get_selected().
Matthew Barnes
2011-05-25
1
-0
/
+36
*
EMFolderTree: Rewrite async folder info loading.
Matthew Barnes
2011-05-25
1
-125
/
+157
*
Add em_folder_tree_new_activity().
Matthew Barnes
2011-05-24
1
-0
/
+25
*
EMFolderTree: Add an EAlertSink property.
Matthew Barnes
2011-05-24
1
-3
/
+58
*
EMFolderTree: Store an EMailBackend instead of an EMailSession.
Matthew Barnes
2011-05-24
1
-49
/
+53
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-05-22
1
-3
/
+11
*
Bug #649952 - Do not unref result of camel_session_get_service()
Milan Crha
2011-05-11
1
-0
/
+2
*
Coding style cleanups.
Matthew Barnes
2011-05-09
1
-5
/
+5
*
Whitespace and coding style cleanups.
Matthew Barnes
2011-05-08
1
-1
/
+2
*
Remove em_folder_tree_get_selected_folder_info().
Matthew Barnes
2011-05-07
1
-42
/
+0
*
Simplify em_folder_tree_set_selected_list().
Matthew Barnes
2011-05-06
1
-59
/
+38
*
EMailShellView: Open the selected folder ourselves.
Matthew Barnes
2011-05-03
1
-22
/
+27
*
Add em_folder_tree_get_selected_account().
Matthew Barnes
2011-05-03
1
-0
/
+26
*
EMFolderTree: Coding style cleanups.
Matthew Barnes
2011-05-03
1
-6
/
+10
*
Adapt to extra arg in camel_session_get_service_by_url().
Matthew Barnes
2011-04-29
1
-1
/
+2
*
Adapt to CamelService changes.
Matthew Barnes
2011-04-21
1
-14
/
+18
*
Adapt to sealed up CamelService.
Matthew Barnes
2011-04-18
1
-1
/
+6
*
Coding style and whitespace cleanup.
Matthew Barnes
2011-03-06
1
-9
/
+15
*
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
Milan Crha
2011-02-25
1
-11
/
+7
*
Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.
Matthew Barnes
2011-02-25
1
-8
/
+9
*
Bug #641343 - Cannot scroll to bottom of folder list while dragging
Milan Crha
2011-02-23
1
-10
/
+1
*
Bug #638333 - Critical warning when invoking File->New->Mail Folder
Milan Crha
2011-02-16
1
-0
/
+11
*
Fix few memory leaks
Milan Crha
2011-02-15
1
-2
/
+8
*
Adapt EMFolderTree to latest gtk+-3.0 API.
Matthew Barnes
2011-01-26
1
-5
/
+3
*
Drop backward-compatibility cruft.
Matthew Barnes
2011-01-25
1
-3
/
+0
*
Do not dereference NULL local_error variable
Milan Crha
2011-01-18
1
-2
/
+3
*
Do not hide maildir accounts from UI
Milan Crha
2011-01-12
1
-1
/
+1
*
EMFolderTree: Fully implement ESelectableInterface.
Matthew Barnes
2011-01-09
1
-35
/
+180
*
Migrate the local store from mbox to maildir format
Chenthill Palanisamy
2010-11-23
1
-1
/
+1
*
Bug #633371 - Remote pop folder no longer emptied
Milan Crha
2010-10-29
1
-1
/
+1
*
Simplify EActivity.
Matthew Barnes
2010-10-23
1
-12
/
+20
*
Add an "ellipsize" property to EMFolderTree.
Matthew Barnes
2010-10-19
1
-10
/
+53
*
Move more account utilities to e-account-utils.c.
Matthew Barnes
2010-10-19
1
-2
/
+1
*
Kill mail_config_get_gconf_client().
Matthew Barnes
2010-10-19
1
-3
/
+5
*
Give MailSession a permanent home.
Matthew Barnes
2010-10-13
1
-12
/
+106
*
Bug #631320 - GtkObject is gone in GTK3
Milan Crha
2010-10-07
1
-36
/
+20
*
Adapt to Camel API changes.
Matthew Barnes
2010-09-28
1
-11
/
+11
*
Pass GCancellable to Camel.
Matthew Barnes
2010-09-28
1
-10
/
+24
*
Use new GDK keysym names if available.
Matthew Barnes
2010-09-18
1
-2
/
+4
*
Coding style cleanups.
Matthew Barnes
2010-09-13
1
-88
/
+88
*
Coding style and whitespace cleanups.
Matthew Barnes
2010-09-12
1
-80
/
+159
*
Memory leak fix in em_folder_tree_get_selected_folder
Milan Crha
2010-09-07
1
-0
/
+2
*
Typo in tree_autoscroll().
Matthew Barnes
2010-08-11
1
-1
/
+1
*
Simplify em_folder_tree_restore_state().
Matthew Barnes
2010-07-30
1
-14
/
+10
*
Bug 624235 - CamelPOP3Store missing some methods
Matthew Barnes
2010-07-13
1
-0
/
+7
*
Migrate from CamelException to GError.
Matthew Barnes
2010-07-09
1
-44
/
+26
*
Various folder tree icon enhancements.
Matthew Barnes
2010-06-23
1
-32
/
+73
*
More GTK3 preparation.
Matthew Barnes
2010-06-04
1
-51
/
+74
*
Fix a duplicate statement in em-folder-tree.c.
Matthew Barnes
2010-05-29
1
-2
/
+0
*
Merge branch 'express2'
Matthew Barnes
2010-05-27
1
-0
/
+2
|
\
|
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-05-25
1
-4
/
+4
|
*
Bug #616823 - Evolution allows moving IMAP Inbox to other folders
Milan Crha
2010-05-11
1
-1
/
+25
|
*
Bug #615331 - Message list/Folder tree focus policy has changed
Milan Crha
2010-04-19
1
-0
/
+89
*
|
Bug #616823 - Evolution allows moving IMAP Inbox to other folders
Milan Crha
2010-05-11
1
-1
/
+25
*
|
Coding style and whitespace cleanup.
Matthew Barnes
2010-05-02
1
-4
/
+4
*
|
Adapt to Camel API changes.
Matthew Barnes
2010-04-30
1
-4
/
+12
*
|
Camel is now GObject-based.
Matthew Barnes
2010-04-24
1
-12
/
+12
*
|
Bug #615331 - Message list/Folder tree focus policy has changed
Milan Crha
2010-04-19
1
-0
/
+89
*
|
Use accessor functions instead direct access (GSEAL work)
Javier Jardón
2010-04-13
1
-1
/
+1
*
|
Giant leap towards GSEAL compliance.
Matthew Barnes
2010-04-08
1
-16
/
+28
*
|
Only #include Camel's top-level header.
Matthew Barnes
2010-04-03
1
-9
/
+0
|
/
*
Shell and UI manager cleanups.
Matthew Barnes
2010-03-14
1
-2
/
+7
*
Collapse system stores by default.
Srinivasa Ragavan
2010-03-14
1
-2
/
+17
*
Bug #604306 - Crash in folder_tree_cell_edited_cb
Milan Crha
2010-02-16
1
-8
/
+20
*
Coding style and whitespace cleanup.
Matthew Barnes
2010-01-31
1
-1
/
+1
*
Remove dead assignments found by clang.
Matthew Barnes
2010-01-16
1
-6
/
+0
*
Bug 606250 - Remove usage of deprecated GTK+ symbols
Matthew Barnes
2010-01-08
1
-1
/
+1
*
Bug #604994 - Folder state not preserved in Copy/Move Folder dialog
Milan Crha
2010-01-07
1
-0
/
+140
*
Introduce EMailSidebar into libevolution-mail.
Matthew Barnes
2009-12-15
1
-190
/
+195
*
Port all error code to use GObject-ified EAlert / EAlertDialog
Jonathon Jongsma
2009-12-08
1
-1
/
+1
*
Rename EError to EAlert to match general use better
Jonathon Jongsma
2009-12-01
1
-4
/
+4
*
port mail/ to use new EError API
Jonathon Jongsma
2009-12-01
1
-3
/
+3
*
Whitespace cleanup.
Matthew Barnes
2009-11-15
1
-1
/
+1
*
Bug #268644 - unread mail shortcut collides with gtk tree search
Milan Crha
2009-10-29
1
-0
/
+16
*
Bug 599882 - Crash in em_folder_tree_select_prev_path() when wrapping to bottom
Matthew Barnes
2009-10-29
1
-49
/
+82
*
Don't update the message list when right-clicking on a folder.
Matthew Barnes
2009-10-28
1
-2
/
+14
*
Bug #339628 - Non-default Draft folders are Draft folders too
Milan Crha
2009-10-16
1
-3
/
+5
*
Bug #594015 - Keeps "Loading..." node on the first fetch
Milan Crha
2009-09-30
1
-2
/
+12
*
Whitespace cleanup in em-folder-tree.c
Matthew Barnes
2009-09-29
1
-17
/
+18
*
Fix few valgrind claims
Milan Crha
2009-09-22
1
-0
/
+1
*
Followup fixes for inline folder renames.
Matthew Barnes
2009-09-13
1
-8
/
+11
*
Bug 217066 - Rename folders directly inside folder list
Matthew Barnes
2009-09-13
1
-1
/
+148
*
EMFolderTree code cleanup.
Matthew Barnes
2009-09-13
1
-177
/
+177
*
Require a parent window when creating an EMFolderSelector.
Matthew Barnes
2009-09-11
1
-1
/
+0
*
Bug #593779 - re-committing patch from bug #214238
Milan Crha
2009-09-01
1
-9
/
+20
*
Re-enable more calendar bits.
Matthew Barnes
2009-08-19
1
-1
/
+1
*
Bug 591829 - Dragging mails to folder tree does not work
Matthew Barnes
2009-08-18
1
-73
/
+3
*
Kill EMMenu and EMPopup.
Matthew Barnes
2009-08-10
1
-1
/
+4
*
More whitespace cleanup.
Matthew Barnes
2009-07-19
1
-1
/
+1
*
Fix excessive whitespace.
Matthew Barnes
2009-07-14
1
-3
/
+0
*
Use an EShellSettings property for folder tree search.
Matthew Barnes
2009-07-11
1
-3
/
+0
*
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-07-01
1
-3
/
+0
|
\
|
*
Bug #268644 - unread mail shortcut collides with gtk tree search
Milan Crha
2009-06-25
1
-1
/
+13
|
*
Leak a bit less. Use proper function prototype.
Milan Crha
2009-06-15
1
-0
/
+1
|
*
More code cleanup.
Matthew Barnes
2009-06-02
1
-3
/
+3
|
*
Bug #337082 - Do not produce unnamed folders in a folder tree
Milan Crha
2009-06-02
1
-4
/
+6
|
*
Bug 323037 – Folder emblem to show new mail arrival
Milan Crha
2009-06-01
1
-4
/
+60
|
*
Bug 583446 – refresh folder hook
Lucian Langa
2009-05-29
1
-1
/
+5
|
*
Whitespace cleanup.
Matthew Barnes
2009-05-29
1
-2
/
+2
|
*
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-29
1
-90
/
+90
|
*
Remove trailing whitespace, again.
Matthew Barnes
2009-05-29
1
-2
/
+2
*
|
Split store and local folder management out from shell backend.
Matthew Barnes
2009-06-24
1
-89
/
+106
*
|
EMFolderTree cleanups.
Matthew Barnes
2009-06-20
1
-437
/
+457
*
|
Thought of a better way to copy folder tree state.
Matthew Barnes
2009-06-14
1
-39
/
+61
*
|
Clean up EMFolderTreeModel.
Matthew Barnes
2009-06-14
1
-15
/
+5
*
|
Use key files for tracking widget states.
Matthew Barnes
2009-06-13
1
-116
/
+60
*
|
Bug #337082 - Do not produce unnamed folders in a folder tree
Milan Crha
2009-06-02
1
-4
/
+6
*
|
More code cleanup.
Matthew Barnes
2009-06-02
1
-3
/
+3
*
|
Bug 323037 – Folder emblem to show new mail arrival
Milan Crha
2009-06-01
1
-4
/
+60
*
|
Whitespace cleanup.
Matthew Barnes
2009-05-29
1
-2
/
+2
*
|
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-27
1
-72
/
+72
*
|
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-05-27
1
-15
/
+15
|
\
\
|
*
|
Remove trailing whitespace, again.
Matthew Barnes
2009-05-27
1
-2
/
+2
|
|
/
|
*
Fix compiler warnings in mail.
Matthew Barnes
2009-05-26
1
-26
/
+26
|
*
Use named icons in the folder tree instead of pixbufs.
Matthew Barnes
2009-05-25
1
-82
/
+4
|
*
Eliminate redundant E_ICON_SIZE_* enumeration.
Matthew Barnes
2009-05-24
1
-9
/
+9
|
*
Mail changes required for Anjal.
Srinivasa Ragavan
2009-05-22
1
-0
/
+17
*
|
Mail changes required for Anjal.
Srinivasa Ragavan
2009-05-24
1
-0
/
+10
*
|
Adapt mail to EShellBackend changes.
Matthew Barnes
2009-05-08
1
-10
/
+11
*
|
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-05-04
1
-1
/
+1
|
\
|
|
*
** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_add
Marcel Stimberg
2009-05-04
1
-1
/
+1
*
|
Merge branch 'master' into kill-bonobo
Matthew Barnes
2009-04-25
1
-1
/
+2
|
\
|
|
*
Bug 577929 – Consolidate marshallers
Matthew Barnes
2009-04-23
1
-3
/
+2
|
*
Do not ask for a folder when no folder selected.
Milan Crha
2009-04-02
1
-1
/
+2
|
*
** Fix for bug #504767
Milan Crha
2009-03-19
1
-1
/
+1
|
*
Patch from Matt McCutchen 2: Fix for bug #567935 (Don't use an uninitialized ...
Suman Manjunath
2009-02-02
1
-3
/
+3
|
*
Add the unread vfolder hack.
Srinivasa Ragavan
2008-12-15
1
-0
/
+36
|
*
Milan Crha <mcrha@redhat.com> ** Fix for bug #337082 (Do not set 'finished l...
Suman Manjunath
2008-12-08
1
-1
/
+2
|
*
Disable delete and rename on
Sankarasivasubramanian Pasupathilingam
2008-10-31
1
-0
/
+4
|
*
Change license from GPL to LGPL
Sankarasivasubramanian Pasupathilingam
2008-09-19
1
-14
/
+14
|
*
Milan Crha <mcrha@redhat.com> ** Fix for bug #504767 (Expand also parent nod...
Suman Manjunath
2008-09-14
1
-1
/
+1
|
*
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #549661 (Process DND...
Suman Manjunath
2008-09-01
1
-1
/
+1
|
*
Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #249844 (Use C_() macro ins...
Suman Manjunath
2008-08-04
1
-1
/
+1
|
*
Kill a compilation warning.
Srinivasa Ragavan
2008-07-29
1
-1
/
+1
|
*
** See bug #544969: Added the hook for folder custom icon.
Lucian Langa
2008-07-28
1
-1
/
+10
|
*
** Fix for bug #543411
Srinivasa Ragavan
2008-07-28
1
-1
/
+8
|
*
** Fixes Bug #200147
Bharath Acharya
2008-07-21
1
-1
/
+1
*
|
Split EAccountList and ESignatureList management out of the mail module.
Matthew Barnes
2009-01-27
1
-3
/
+4
*
|
Make the sidebar icon follow the folder icon.
Matthew Barnes
2009-01-25
1
-82
/
+4
*
|
Implement folder tree popup actions. Purge EPopup from EMFolderTree.
Matthew Barnes
2008-12-19
1
-254
/
+5
*
|
Merge revisions 36811:36865 from trunk.
Matthew Barnes
2008-12-11
1
-1
/
+2
*
|
Merge revisions 36685:36729 from trunk.
Matthew Barnes
2008-11-08
1
-0
/
+4
*
|
Commit recent work so I can merge from trunk.
Matthew Barnes
2008-10-25
1
-0
/
+22
*
|
Yeah, it was something stupid. Folder tree now working.
Matthew Barnes
2008-10-17
1
-1
/
+1
*
|
Get the mail folder tree compiling, though I'm not yet sure why it's not
Matthew Barnes
2008-10-17
1
-223
/
+279
*
|
Merge revisions 36016:36533 from trunk.
Matthew Barnes
2008-10-02
1
-15
/
+15
*
|
Merge revisions 36016:36303 from trunk.
Matthew Barnes
2008-09-11
1
-1
/
+1
*
|
Merge revisions 35747:35930 from trunk.
Matthew Barnes
2008-08-08
1
-4
/
+20
|
/
*
fixed copyright notices
Jeffrey Stedfast
2008-06-21
1
-1
/
+1
*
** Fix for bug #538002
Milan Crha
2008-06-13
1
-0
/
+5
*
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
Matthew Barnes
2008-06-06
1
-2
/
+0
*
** Fix for bug #323402
Milan Crha
2008-04-21
1
-1
/
+2
*
Fix an implicit function declaration.
Milan Crha
2008-03-13
1
-0
/
+1
*
** Fixes breakage caused by bug #513951
Matthew Barnes
2008-03-12
1
-1
/
+1
*
Re-fix bug #351672 since my patch for bug #362638 accidentally reverted
Matthew Barnes
2008-03-04
1
-18
/
+1
*
Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (U...
Suman Manjunath
2008-01-07
1
-4
/
+4
*
** Fixes bug #362638
Matthew Barnes
2007-12-21
1
-41
/
+51
*
Moving some code from tree to model where it belongs. Fixes some CPU usage
Sankar P
2007-12-14
1
-26
/
+0
*
** Fix for bug #498551
Milan Crha
2007-11-22
1
-2
/
+2
*
** Fix for bug #495875
Gilles Dartiguelongue
2007-11-18
1
-11
/
+14
*
Call camel_folder_info_new() instead of g_new0().
Matthew Barnes
2007-11-15
1
-1
/
+1
*
** Remove trailing whitespace from source code.
Matthew Barnes
2007-11-15
1
-245
/
+245
*
** Fix for bug #343011 (restore collapse state of selected folder after
Milan Crha
2007-11-05
1
-3
/
+12
*
Change enum order. LAST should be the last. Regression from #446035
Sankar P
2007-11-05
1
-2
/
+2
*
** Fix for bug #446035
Michael Monreal
2007-10-31
1
-1
/
+5
*
** Migration of theme icons to data/icons/ (bug #479257)
Michael Monreal
2007-10-12
1
-3
/
+3
*
** Fixes bug #477045
Matthew Barnes
2007-10-04
1
-1
/
+1
*
** Fixes bug #477045
Matthew Barnes
2007-09-28
1
-8
/
+8
*
2007-09-07 mcrha Fix for bug #473903
Milan Crha
2007-09-07
1
-15
/
+9
*
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
/
+1
*
2007-08-30 Gavin Scott Fixes bug #351672
Milan Crha
2007-08-30
1
-19
/
+1
*
** Fix for bug #467165
Srinivasa Ragavan
2007-08-20
1
-1
/
+1
*
** Fix for bug #464312
Srinivasa Ragavan
2007-08-07
1
-3
/
+7
*
Fix from Lucky to expand newly created folder
Srinivasa Ragavan
2007-08-02
1
-12
/
+17
*
** Fix for bug #237989
Srinivasa Ragavan
2007-07-29
1
-4
/
+109
*
** Add support for the Magic Space Bar.
Srinivasa Ragavan
2007-06-17
1
-0
/
+47
*
Do not fetch folder-info from backend - use the available folder-tree
Srinivasa Ragavan
2007-06-04
1
-4
/
+22
*
Fix compilation warnings in mail folder (#437935).
Matthew Barnes
2007-06-03
1
-3
/
+3
*
Added support for flush outbox and refresh folder.
Srinivasa Ragavan
2007-05-11
1
-0
/
+25
*
Update parent rows when a child row changes. (#352713) Patch by René
Matthew Barnes
2007-04-05
1
-0
/
+26
*
** Fixes bug #419524
Matthew Barnes
2007-03-21
1
-1
/
+1
*
Add header glib/gi18n.h to provide the missing symbol required by the
Harish Krishnaswamy
2006-08-08
1
-0
/
+1
*
Marking vFolder names in the folder tree localizable.
Karsten Bräckelmann
2006-08-08
1
-1
/
+16
*
Use gnome-fs-trash-empty rather than stock_delete for the Trash folder
Rodney Dawes
2006-04-28
1
-1
/
+1
*
Committing fix for 323402 from Vincent Noel
Srinivasa Ragavan
2006-04-26
1
-1
/
+8
*
s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bit
Kjartan Maraas
2006-02-08
1
-10
/
+10
*
Return valid transport, only if the account is enabled.
Parthasarathi Susarla
2005-10-22
1
-1
/
+1
*
Fixes #208647
S.Antony Vincent Pandian
2005-09-26
1
-1
/
+12
*
Added enum and the code to change the icon for sent items folder. Fixes
Sankar P
2005-09-20
1
-0
/
+5
*
** See #312715.
Not Zed
2005-08-10
1
-81
/
+8
*
Change instances of "vfolder" that appear in the UI to use the term
Rodney Dawes
2005-08-08
1
-1
/
+1
*
if we get a null default, then set "" on the entry. (emae_option_entry):
Not Zed
2005-07-21
1
-5
/
+2
*
calling the wrong api to move a folder. Infact it was copying for move.
Srinivasa Ragavan
2005-07-20
1
-1
/
+1
*
fix rodney's name choices. fix multiple-inclusion. fix forward references.
Not Zed
2005-05-19
1
-7
/
+5
*
move e-error into e-util/
Not Zed
2005-05-16
1
-2
/
+1
*
Add profiler so that it gets disted properly
Rodney Dawes
2005-05-14
1
-714
/
+86
*
** See bug #273752
Not Zed
2005-04-13
1
-1
/
+1
*
** See bug #72518
Not Zed
2005-04-01
1
-2
/
+3
*
**fixes bug #73139 change the shared-folder icon names to the names in
Vivek Jain
2005-03-10
1
-2
/
+3
*
** See bug #72209
Not Zed
2005-02-08
1
-5
/
+48
*
use the type hint to sort for inbox, not the name.
Not Zed
2005-02-01
1
-15
/
+20
*
Fixes #71774 we should check whether the 'new_name' is a NULL pointer to
Mengjie Yu
2005-01-27
1
-4
/
+4
*
Added a description function for copying folders (so we don't get a
Jeffrey Stedfast
2005-01-21
1
-1
/
+9
*
** See bug #70768.
Not Zed
2005-01-18
1
-1
/
+5
*
Added conditions to check for shared folders to display different icon if
Vivek Jain
2005-01-11
1
-3
/
+11
*
add atk name for the treeview.
Mengjie Yu
2005-01-04
1
-0
/
+4
*
moved to after emae_authtype_changed to fix warning.
Not Zed
2004-12-22
1
-2
/
+2
*
Use stock_new-dir instead of stock_folder for "New Folder" creation
Rodney Dawes
2004-12-09
1
-1
/
+1
[next]