aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
Commit message (Expand)AuthorAgeFilesLines
* ETableSpecification: Implement GInitable.Matthew Barnes2013-07-021-2/+10
* Remove e_tree_new_from_spec_file().Matthew Barnes2013-07-021-3/+8
* e_tree_new_from_spec_file: Remove unused "state_fn" parameter.Matthew Barnes2013-07-021-1/+1
* ETableSortInfo: Rework API to avoid exposing ETableSortColumn.Matthew Barnes2013-07-021-9/+13
* ETableCol: Embed an ETableColumnSpecification.Matthew Barnes2013-07-021-2/+8
* Bug 702710 - MessageList: Delay state capture for regen.Matthew Barnes2013-06-221-91/+127
* MessageList cleanups.Matthew Barnes2013-06-221-29/+36
* extended_g_node_insert_before: Small correction.Matthew Barnes2013-06-211-0/+1
* Bug 702796 - Work around GNode's O(N) tail insertionsMatthew Barnes2013-06-211-5/+117
* Remove e_tree_row_count().Matthew Barnes2013-06-211-47/+67
* Remove e_tree_force_expanded_state().Matthew Barnes2013-06-211-4/+9
* Remove e_tree_load_expanded_state_xml().Matthew Barnes2013-06-211-3/+3
* Remove e_tree_save_expanded_state_xml().Matthew Barnes2013-06-211-2/+6
* Remove e_tree_load_expanded_state().Matthew Barnes2013-06-211-1/+5
* Remove e_tree_save_expanded_state().Matthew Barnes2013-06-211-1/+4
* Remove e_tree_row_of_node().Matthew Barnes2013-06-211-1/+1
* Remove e_tree_node_at_row().Matthew Barnes2013-06-211-2/+5
* Remove e_tree_root_node_set_visible().Matthew Barnes2013-06-211-5/+6
* Remove e_tree_node_is_expanded().Matthew Barnes2013-06-211-8/+13
* Remove e_tree_drag_dest_set().Matthew Barnes2013-06-211-4/+7
* Remove e_tree_selected_path_foreach().Matthew Barnes2013-06-211-3/+6
* Remove e_tree_selected_row_foreach().Matthew Barnes2013-06-211-2/+3
* Make is_node_selectable() easier to debug.Matthew Barnes2013-06-201-4/+5
* build_tree: Fix indentation.Matthew Barnes2013-06-201-21/+22
* Remove unused message_list_invert_selection().Matthew Barnes2013-06-201-16/+0
* MessageList: Fix an unused variable warning.Matthew Barnes2013-06-201-1/+0
* Add e_tree_model_node_get_n_nodes().Matthew Barnes2013-06-201-0/+18
* Bug 702454 - EMailBrowser fails to show messageMatthew Barnes2013-06-171-37/+44
* MessageList: Move more RegenData initialization into regen_data_new().Matthew Barnes2013-06-171-45/+53
* Remove e_tree_model_node_is_editable().Matthew Barnes2013-06-161-9/+0
* Remove e_tree_model_set_value_at().Matthew Barnes2013-06-161-10/+0
* Remove e_tree_model_has_get_node_by_id().Matthew Barnes2013-06-161-7/+0
* Remove e_tree_model_has_save_id().Matthew Barnes2013-06-161-7/+0
* Remove e_tree_model_icon_at().Matthew Barnes2013-06-161-8/+0
* Convert ETreeModel to an interface.Matthew Barnes2013-06-161-652/+813
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-12/+24
* MessageList: Further cleanups.Matthew Barnes2013-06-151-295/+358
* Remove unused message_list_get_uids().Matthew Barnes2013-06-151-22/+0
* MessageList: Add a "group-by-threads" property.Matthew Barnes2013-06-151-36/+89
* MessageList: Remove public 'hidejunk' and 'hidedeleted' flags.Matthew Barnes2013-06-151-47/+90
* MessageList: Add a "show-deleted" property.Matthew Barnes2013-06-151-0/+53
* MessageList: Add a "folder" property.Matthew Barnes2013-06-151-105/+253
* MessageList: Add a "thread-latest" property.Matthew Barnes2013-06-141-6/+48
* ESettingsMessageList: Apply the "thread-expanded" setting.Matthew Barnes2013-06-141-28/+25
* MessageList: Add a "thread-subject" property.Matthew Barnes2013-06-141-13/+60
* Make MessageList extensible.Matthew Barnes2013-06-141-0/+12
* em_utils_is_re_in_subject: Remove unused 'shell' parameter.Matthew Barnes2013-06-141-9/+7
* message_list_regen_done_cb: Fix a runtime warning.Matthew Barnes2013-06-141-11/+9
* message_list_set_folder: Remove unused "outgoing" parameter.Matthew Barnes2013-06-131-9/+4
* Remove message_list_ensure_message().Matthew Barnes2013-06-131-19/+1
* Reimplement mail_regen_list().Matthew Barnes2013-06-131-400/+654
* MessageList: Move regen-related members into private struct.Matthew Barnes2013-06-131-37/+54
* MessageList: Remove dead code.Matthew Barnes2013-06-131-307/+9
* configure.ac: Remove unused function and header checks.Matthew Barnes2013-05-281-7/+0
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-3/+3
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-261-0/+60
* Remove EMailShellSettings.Matthew Barnes2013-03-171-1/+0
* Fix a regression from the previous commit for bug #645476Milan Crha2013-03-051-10/+24
* Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3)Milan Crha2013-03-051-0/+8
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-24/+6
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-2/+2
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-10/+10
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-126/+134
* express: Remove clutter-based email tabs.Matthew Barnes2012-08-111-89/+0
* Bug 677635 - Vanished message list with filled preview panelDan Vrátil2012-07-241-1/+5
* Fix few more memory leaksMilan Crha2012-07-211-0/+4
* Avoid em_folder_tree_get_selected_folder() in some places.Matthew Barnes2012-07-091-6/+30
* Fix few memory leaksMilan Crha2012-06-281-6/+7
* Whitespace cleanups.Matthew Barnes2012-06-021-1/+1
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-7/+29
* Remove camel_folder_has_search_capability()Milan Crha2012-05-181-4/+1
* Bug #560654 - Better description for message list filterMilan Crha2012-04-231-1/+4
* Bug #564820 - Search filter persists when changing foldersMilan Crha2012-04-231-0/+6
* Bug #672175 - Make CamelFolderSearch cancellableMilan Crha2012-03-271-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+9
* Bug #553796 - Unable to Reset Message ColorMilan Crha2012-02-071-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-01-191-1/+1
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-11/+16
* Do not auto-mark-as-seen when changing filter typeMilan Crha2012-01-111-0/+22
* Move EMailLabelListStore to EMailSession.Matthew Barnes2011-12-251-19/+5
* Bug #661087 - Add ability to remove localized "Re:" prefixes in subjectMilan Crha2011-12-221-16/+10
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-49/+41
* Bug #578245 - View settings for threads getting lostMilan Crha2011-12-131-2/+5
* Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-231-41/+18
|\
| * Mail widget cleanups.Matthew Barnes2011-11-221-41/+18
* | Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* | Some build fixesRodrigo Moya2011-11-091-1/+1
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-8/+4
|\|
| * Adapt to CamelOperation API changes.Matthew Barnes2011-11-071-8/+4
* | More mail GSettings migrationRodrigo Moya2011-10-191-46/+23
* | First successful buildRodrigo Moya2011-10-061-1/+1
* | Merge from masterRodrigo Moya2011-10-051-2/+2
|\|
| * Fix few 'may be used uninitialized' compiler warningsMilan Crha2011-09-301-1/+1
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-1/+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
| * Bug #655568 - Cursor lost after Collapse all threads calledMilan Crha2011-09-061-1/+16
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-155/+312
| * Miscellaneous cleanups.Matthew Barnes2011-08-311-1/+0
| * Bug #362366 - Dragging selected folder to message pane duplicates messagesMilan Crha2011-08-261-0/+13
| * Use new CamelService:display-name property.Matthew Barnes2011-08-181-10/+4
| * Bug #635211 - Select-all processed on timeout when not neededMilan Crha2011-07-281-3/+3
| * Bug #499739 - "Flag for follow-up" should be easier to setMilan Crha2011-07-011-1/+27
| * Bug #578245 - View settings for threads getting lostMilan Crha2011-06-011-29/+18
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
| * Miscellaneous cleanups.Matthew Barnes2011-05-131-2/+2
| * Bug #645476 - Avoid scroll to cursor on folder change in message listMilan Crha2011-05-121-12/+15
| * Coding style cleanups.Matthew Barnes2011-05-091-18/+18
| * MessageList: Simplify the "Location" column.Matthew Barnes2011-05-041-25/+18
| * Drop 'folder_uri' member from MessageList.Matthew Barnes2011-05-041-22/+3
| * Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-05-031-1/+1
| * Drop 'folder_uri' param from message_list_set_folder().Matthew Barnes2011-05-031-5/+12
| * MessageList coding style cleanups.Matthew Barnes2011-05-031-12/+12
| * Remove the profiler plugin.Matthew Barnes2011-03-291-11/+0
| * Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus messageMilan Crha2011-03-151-7/+15
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
| * Bug #643635 - Typo in the code from commit for bug #434972Milan Crha2011-03-021-1/+1
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
| * Bug #434972 - Reply does not detect "RE :" subject prefixMilan Crha2011-02-221-4/+23
| * Fix few memory leaksMilan Crha2011-02-151-2/+19
| * Bug #637493 - Fails to build with --enable-profiling configure optionMilan Crha2011-02-111-5/+5
| * More whitespace cleanup.Matthew Barnes2011-01-311-2/+2
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
| * libetable cleanups.Matthew Barnes2011-01-171-1/+1
| * Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-031-1/+1
* | Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-1/+1
* | Bug #655568 - Cursor lost after Collapse all threads calledMilan Crha2011-09-141-1/+16
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-155/+312
* | Miscellaneous cleanups.Matthew Barnes2011-09-141-1/+0
* | Bug #362366 - Dragging selected folder to message pane duplicates messagesMilan Crha2011-09-141-0/+13
* | Use new CamelService:display-name property.Matthew Barnes2011-09-141-10/+4
* | Bug #635211 - Select-all processed on timeout when not neededMilan Crha2011-09-141-3/+3
* | Bug #499739 - "Flag for follow-up" should be easier to setMilan Crha2011-09-141-1/+27
* | Bug #578245 - View settings for threads getting lostMilan Crha2011-06-301-29/+18
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+2
* | Miscellaneous cleanups.Matthew Barnes2011-06-301-2/+2
* | Bug #645476 - Avoid scroll to cursor on folder change in message listMilan Crha2011-06-301-12/+15
* | Coding style cleanups.Matthew Barnes2011-06-301-18/+18
* | MessageList: Simplify the "Location" column.Matthew Barnes2011-06-301-25/+18
* | Drop 'folder_uri' member from MessageList.Matthew Barnes2011-06-301-22/+3
* | Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-06-301-1/+1
* | Drop 'folder_uri' param from message_list_set_folder().Matthew Barnes2011-06-301-5/+12
* | MessageList coding style cleanups.Matthew Barnes2011-06-301-12/+12
* | Remove the profiler plugin.Matthew Barnes2011-06-301-11/+0
* | Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus messageMilan Crha2011-06-301-7/+15
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-1/+2
* | Bug #643635 - Typo in the code from commit for bug #434972Milan Crha2011-06-301-1/+1
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-06-301-6/+2
* | Bug #434972 - Reply does not detect "RE :" subject prefixMilan Crha2011-06-301-4/+23
* | Fix few memory leaksMilan Crha2011-06-301-2/+19
* | Bug #637493 - Fails to build with --enable-profiling configure optionMilan Crha2011-06-301-5/+5
* | More whitespace cleanup.Matthew Barnes2011-06-301-2/+2
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
* | libetable cleanups.Matthew Barnes2011-06-301-1/+1
* | Bug #632768 - Message list not realized when opening new folderMilan Crha2010-11-101-1/+1
|/
* e-table: Remove retro lookBenjamin Otte2010-10-301-3/+2
* More detailed runtime warning on message list pre-sortingMilan Crha2010-10-291-2/+10
* Simplify EActivity.Matthew Barnes2010-10-231-10/+21
* Bug #630969 - Implement also Message->Go to->Previous ThreadMilan Crha2010-10-201-0/+37
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+2
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-20/+37
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-7/+7
* Give MailSession a permanent home.Matthew Barnes2010-10-131-48/+61
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-57/+44
* Bug #617953 - Hide Junk messages in Search foldersMilan Crha2010-10-061-1/+1
* Fix some CamelFolderChangeInfo lifecycle issues.Matthew Barnes2010-10-011-22/+43
* Remove MailAsyncEvent.Matthew Barnes2010-10-011-34/+4
* Remove "type" parameter from mail_async_event_emit().Matthew Barnes2010-10-011-1/+1
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-8/+14
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-1/+3
* Coding style cleanups.Matthew Barnes2010-09-131-268/+268
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-4/+4
* Minor correction to previous commit.Matthew Barnes2010-08-121-1/+1
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-121-0/+10
* Pause timline instead of stop. It hides the search animation texture.Srinivasa Ragavan2010-08-121-1/+2
* More code cleanup.Matthew Barnes2010-07-271-17/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-14/+14
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-3/+4
* Add animations for selecting mail and search.Srinivasa Ragavan2010-07-261-0/+98
* Bug #624335 - Abort after group-by-thread with certain sortingMilan Crha2010-07-141-15/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-4/+4
* Bug 621839 - Improve auto-selection of messages (take two)Matthew Barnes2010-07-111-26/+29
* Bug 623738 - Select All is always enabled for message listMatthew Barnes2010-07-101-1/+3
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-22/+17
* Don't auto-undelete when viewing Trash folder.Matthew Barnes2010-06-221-4/+13
* Bug 621930 - Error when using Assign Color filter actionLucian Langa2010-06-181-1/+1
* Bug 621839 - Improve auto-selection of messagesMatthew Barnes2010-06-171-29/+134
* Bug #206061 - Allow normal, non-vFolder, Trash and Junk folderMilan Crha2010-06-151-2/+6
* Part of bug #585353 - Use new CAMEL_STORE_REAL_JUNK_FOLDER flagMilan Crha2010-06-091-1/+1
* Bug 620602 - Next/prev shortcuts should focus message listMatthew Barnes2010-06-061-0/+6
* More GTK3 preparation.Matthew Barnes2010-06-041-4/+8
* Bug 618902 - Crash when viewing/closing messages quicklyMatthew Barnes2010-05-181-4/+2
* Adapt to Camel API changes.Matthew Barnes2010-05-081-11/+19
* Adapt to Camel API changes.Matthew Barnes2010-04-301-3/+9
* Bug #545505 - Properly free unused message infos periodicallyMilan Crha2010-04-291-11/+10
* Camel is now GObject-based.Matthew Barnes2010-04-241-11/+11
* Remove comments that have no point after pthreads dependency disappearedFridrich Štrba2010-04-161-4/+7
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-26/+33
* Bug #612236 - Find-As-You-Type in Folder list stops workingMilan Crha2010-04-081-7/+1
* Do not hide junk mail when vJunk folder not supported by storeMilan Crha2010-04-071-7/+23
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-8/+0
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-2/+2
* Bug #374533 - Read window stays open after last email is deletedMilan Crha2010-04-011-0/+27
* Move EPoolv back to Evolution from libedataserver.Matthew Barnes2010-04-011-2/+1
* Bug 468448 - Kill "Hide Read Messages" and "Hide Selected Messages"Matthew Barnes2010-03-281-348/+10
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+8
* Bug #593700 - Opens folder on topMilan Crha2010-02-111-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Bug #606301 - Slow sort by subjectMilan Crha2010-01-201-4/+7
* Bug 607360 - [regression] Runtime warnings at exitMatthew Barnes2010-01-191-2/+2
* Improve clipboard behavior.Matthew Barnes2010-01-181-0/+64
* Teach ETable to prefer themed icon names over pixbufs.Matthew Barnes2010-01-071-76/+56
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-3/+3
* Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-261-12/+94
* Bug #593700 - Restore folder's last selected message as expectedMilan Crha2009-12-181-6/+6
* Bug #602505 - Incorrect information in message windowMilan Crha2009-12-161-0/+5
* Kill ETreeScrolled.Matthew Barnes2009-12-081-134/+140
* Kill message_list_free_uids().Matthew Barnes2009-12-021-15/+6
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-4/+4
* Bug #484839 - Sort, when in threading mode, properlyMilan Crha2009-10-231-24/+240
* Bug #552779 - Sort order of messages by "From" is case sensitiveMilan Crha2009-10-161-13/+7
* Check whether message-list is filtered properlyMilan Crha2009-10-121-1/+1
* Bug #594005 - Mailer preview pane doesn't update on showMilan Crha2009-09-301-0/+5
* Whitespace cleanup.Matthew Barnes2009-09-211-1/+1
* Bug #571881 - Make messages inherit labels from collapsed subtreeMatt McCutchen2009-09-091-198/+149
* Bug 591829 - Dragging mails to folder tree does not workMatthew Barnes2009-08-181-67/+4
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-1/+7
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-1/+4
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-0/+2
|\
| * Bug #589412 - Wrong notice in message list when messages are hiddenMilan Crha2009-07-231-0/+2
| * More whitespace cleanup.Matthew Barnes2009-07-191-8/+8
| * Fix excessive whitespace.Matthew Barnes2009-07-131-8/+0
| * More code cleanup.Matthew Barnes2009-06-021-17/+17
| * Whitespace cleanup.Matthew Barnes2009-05-291-25/+25
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-202/+202
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-6/+6
* | More whitespace cleanup.Matthew Barnes2009-07-191-8/+8
* | Fix excessive whitespace.Matthew Barnes2009-07-141-8/+0
* | More code cleanup.Matthew Barnes2009-06-021-17/+17
* | Whitespace cleanup.Matthew Barnes2009-05-291-25/+25
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-198/+198
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-23/+23
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-6/+6
| |/
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-17/+17
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-3/+3
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-3/+3
* | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-081-4/+4