| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #705119 - File descriptors for images not closed | Milan Crha | 2013-07-30 | 1 | -6/+8 |
* | EMailRequest cleanups. | Matthew Barnes | 2013-07-28 | 1 | -142/+113 |
* | EWebView: Add an "image-save" action. | Matthew Barnes | 2013-07-28 | 2 | -182/+6 |
* | Add e_web_view_cursor_image_copy(). | Matthew Barnes | 2013-07-28 | 1 | -1/+1 |
* | Add e_web_view_suggest_filename(). | Matthew Barnes | 2013-07-28 | 1 | -0/+40 |
* | Add e_web_view_redirect_uri(). | Matthew Barnes | 2013-07-27 | 1 | -129/+144 |
* | Remove e_web_view_get_uri(). | Matthew Barnes | 2013-07-27 | 1 | -1/+1 |
* | EMailPrinter: Disable frame flattening directly. | Matthew Barnes | 2013-07-27 | 1 | -1/+10 |
* | Rename e_mail_display_set_parts_list(). | Matthew Barnes | 2013-07-27 | 4 | -12/+12 |
* | Rename e_mail_display_get_parts_list(). | Matthew Barnes | 2013-07-26 | 4 | -7/+7 |
* | Do not mask CAMEL_ERROR_GENERIC in composer_send_completed() | Milan Crha | 2013-07-22 | 1 | -2/+3 |
* | EMailRequest: Handle empty message bodies more gracefully. | Matthew Barnes | 2013-07-20 | 1 | -3/+8 |
* | Reimplement mail_folder_cache_note_store(). | Matthew Barnes | 2013-07-19 | 1 | -16/+29 |
* | mail_folder_cache_get_folder_info_flags: Change parameters. | Matthew Barnes | 2013-07-18 | 3 | -15/+11 |
* | Add mail_folder_cache_ref_folder(). | Matthew Barnes | 2013-07-18 | 2 | -25/+21 |
* | Drop unused em_utils_get_proxy() | Milan Crha | 2013-07-16 | 2 | -30/+0 |
* | Bug #703389 - Proxy ignored for images | Milan Crha | 2013-07-16 | 2 | -0/+29 |
* | Fix typo in e_mail_reader_refresh_folder_name(). | Matthew Barnes | 2013-07-14 | 1 | -1/+1 |
* | refresh_folders_exec: Make sure the service is connected. | Matthew Barnes | 2013-07-12 | 1 | -1/+8 |
* | Miscellaneous cleanups. | Matthew Barnes | 2013-07-07 | 1 | -2/+2 |
* | Use gal_view_collection_get_user_directory() where needed. | Matthew Barnes | 2013-07-06 | 1 | -4/+8 |
* | GalViewEtable: Remove ETableSpecification member. | Matthew Barnes | 2013-07-06 | 1 | -31/+8 |
* | EShellView: Add a "view-instance" property. | Matthew Barnes | 2013-07-06 | 1 | -5/+14 |
* | ETableSpecification: Implement GInitable. | Matthew Barnes | 2013-07-02 | 2 | -6/+23 |
* | e-mail-reader-utils.c: Avoid e_tree_get_state(). | Matthew Barnes | 2013-07-02 | 1 | -5/+4 |
* | Remove e_tree_new_from_spec_file(). | Matthew Barnes | 2013-07-02 | 1 | -3/+8 |
* | e_tree_new_from_spec_file: Remove unused "state_fn" parameter. | Matthew Barnes | 2013-07-02 | 1 | -1/+1 |
* | ETableSortInfo: Rework API to avoid exposing ETableSortColumn. | Matthew Barnes | 2013-07-02 | 1 | -9/+13 |
* | ETableCol: Embed an ETableColumnSpecification. | Matthew Barnes | 2013-07-02 | 1 | -2/+8 |
* | ETableState: Add a "specification" construct-only property. | Matthew Barnes | 2013-07-02 | 1 | -1/+1 |
* | Bug #689640 - Print Preview of composer text is empty | Milan Crha | 2013-07-02 | 1 | -0/+26 |
* | Set network-available on a CamelSession when going online | Milan Crha | 2013-06-27 | 1 | -0/+1 |
* | EMailPrintConfigHeaders: Derive from ETreeViewFrame. | Matthew Barnes | 2013-06-26 | 2 | -423/+55 |
* | EMFolderTreeModel: Listen for "folder-info-stale" signals. | Matthew Barnes | 2013-06-22 | 2 | -0/+20 |
* | EMFolderTreeModel cleanups. | Matthew Barnes | 2013-06-22 | 2 | -50/+73 |
* | Bug 702710 - MessageList: Delay state capture for regen. | Matthew Barnes | 2013-06-22 | 2 | -94/+127 |
* | MessageList cleanups. | Matthew Barnes | 2013-06-22 | 1 | -29/+36 |
* | extended_g_node_insert_before: Small correction. | Matthew Barnes | 2013-06-21 | 1 | -0/+1 |
* | Bug 702796 - Work around GNode's O(N) tail insertions | Matthew Barnes | 2013-06-21 | 1 | -5/+117 |
* | Remove e_tree_row_count(). | Matthew Barnes | 2013-06-21 | 1 | -47/+67 |
* | Remove e_tree_force_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -4/+9 |
* | Remove e_tree_load_expanded_state_xml(). | Matthew Barnes | 2013-06-21 | 1 | -3/+3 |
* | Remove e_tree_save_expanded_state_xml(). | Matthew Barnes | 2013-06-21 | 1 | -2/+6 |
* | Remove e_tree_load_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -1/+5 |
* | Remove e_tree_save_expanded_state(). | Matthew Barnes | 2013-06-21 | 1 | -1/+4 |
* | Remove e_tree_row_of_node(). | Matthew Barnes | 2013-06-21 | 1 | -1/+1 |
* | Remove e_tree_node_at_row(). | Matthew Barnes | 2013-06-21 | 1 | -2/+5 |
* | Remove e_tree_root_node_set_visible(). | Matthew Barnes | 2013-06-21 | 1 | -5/+6 |
* | Remove e_tree_node_is_expanded(). | Matthew Barnes | 2013-06-21 | 1 | -8/+13 |
* | Remove e_tree_drag_dest_set(). | Matthew Barnes | 2013-06-21 | 1 | -4/+7 |
* | Remove e_tree_selected_path_foreach(). | Matthew Barnes | 2013-06-21 | 1 | -3/+6 |
* | Remove e_tree_selected_row_foreach(). | Matthew Barnes | 2013-06-21 | 1 | -2/+3 |
* | Make is_node_selectable() easier to debug. | Matthew Barnes | 2013-06-20 | 1 | -4/+5 |
* | build_tree: Fix indentation. | Matthew Barnes | 2013-06-20 | 1 | -21/+22 |
* | Remove unused message_list_invert_selection(). | Matthew Barnes | 2013-06-20 | 2 | -17/+0 |
* | MessageList: Fix an unused variable warning. | Matthew Barnes | 2013-06-20 | 1 | -1/+0 |
* | Add e_tree_model_node_get_n_nodes(). | Matthew Barnes | 2013-06-20 | 1 | -0/+18 |
* | Bug 702454 - EMailBrowser fails to show message | Matthew Barnes | 2013-06-17 | 1 | -37/+44 |
* | MessageList: Move more RegenData initialization into regen_data_new(). | Matthew Barnes | 2013-06-17 | 1 | -45/+53 |
* | Remove e_tree_model_node_is_editable(). | Matthew Barnes | 2013-06-16 | 1 | -9/+0 |
* | Remove e_tree_model_set_value_at(). | Matthew Barnes | 2013-06-16 | 1 | -10/+0 |
* | Remove e_tree_model_has_get_node_by_id(). | Matthew Barnes | 2013-06-16 | 1 | -7/+0 |
* | Remove e_tree_model_has_save_id(). | Matthew Barnes | 2013-06-16 | 1 | -7/+0 |
* | Remove e_tree_model_icon_at(). | Matthew Barnes | 2013-06-16 | 1 | -8/+0 |
* | Convert ETreeModel to an interface. | Matthew Barnes | 2013-06-16 | 2 | -654/+816 |
* | Remove em_utils_uids_free(). | Matthew Barnes | 2013-06-15 | 1 | -17/+0 |
* | Remove em_utils_uids_copy(). | Matthew Barnes | 2013-06-15 | 2 | -27/+0 |
* | Avoid em_utils_uids_free() in other places. | Matthew Barnes | 2013-06-15 | 2 | -4/+5 |
* | message_list_get_selected: Give the returned array a free func. | Matthew Barnes | 2013-06-15 | 5 | -74/+43 |
* | MessageList: Further cleanups. | Matthew Barnes | 2013-06-15 | 1 | -295/+358 |
* | Remove unused message_list_get_uids(). | Matthew Barnes | 2013-06-15 | 2 | -23/+0 |
* | Add e_mail_reader_ref_folder(). | Matthew Barnes | 2013-06-15 | 6 | -187/+286 |
* | MessageList: Add a "group-by-threads" property. | Matthew Barnes | 2013-06-15 | 3 | -47/+99 |
* | MessageList: Remove public 'hidejunk' and 'hidedeleted' flags. | Matthew Barnes | 2013-06-15 | 2 | -55/+90 |
* | MessageList: Add a "show-deleted" property. | Matthew Barnes | 2013-06-15 | 2 | -0/+56 |
* | MessageList: Add a "folder" property. | Matthew Barnes | 2013-06-15 | 4 | -113/+272 |
* | MessageList: Add a "thread-latest" property. | Matthew Barnes | 2013-06-14 | 2 | -6/+51 |
* | ESettingsMessageList: Apply the "thread-expanded" setting. | Matthew Barnes | 2013-06-14 | 1 | -28/+25 |
* | MessageList: Add a "thread-subject" property. | Matthew Barnes | 2013-06-14 | 2 | -13/+63 |
* | Make MessageList extensible. | Matthew Barnes | 2013-06-14 | 1 | -0/+12 |
* | Remove global "shell_builtin_backend" variable. | Matthew Barnes | 2013-06-14 | 1 | -4/+0 |
* | em_utils_is_re_in_subject: Remove unused 'shell' parameter. | Matthew Barnes | 2013-06-14 | 4 | -17/+11 |
* | message_list_regen_done_cb: Fix a runtime warning. | Matthew Barnes | 2013-06-14 | 1 | -11/+9 |
* | message_list_set_folder: Remove unused "outgoing" parameter. | Matthew Barnes | 2013-06-13 | 3 | -21/+6 |
* | Remove unused MESSAGE_LIST_LOCK / MESSAGE_LOCK_UNLOCK macros. | Matthew Barnes | 2013-06-13 | 1 | -3/+0 |
* | Remove message_list_ensure_message(). | Matthew Barnes | 2013-06-13 | 2 | -25/+1 |
* | Reimplement mail_regen_list(). | Matthew Barnes | 2013-06-13 | 1 | -400/+654 |
* | MessageList: Move regen-related members into private struct. | Matthew Barnes | 2013-06-13 | 2 | -46/+54 |
* | MessageList: Remove dead code. | Matthew Barnes | 2013-06-13 | 1 | -307/+9 |
* | Add EMailPrintConfigHeaders. | Matthew Barnes | 2013-06-08 | 4 | -498/+774 |
* | Remove EMailReaderHeader struct. | Matthew Barnes | 2013-06-06 | 2 | -122/+0 |
* | Bug 684302 - Prompt to close message window on reply should be inline | Matthew Barnes | 2013-06-05 | 3 | -48/+88 |
* | EMailBrowser: Add "close-on-reply-policy" property. | Matthew Barnes | 2013-06-05 | 2 | -26/+70 |
* | EMailDisplay cleanups. | Matthew Barnes | 2013-06-05 | 3 | -67/+83 |
* | EMailBrowser cleanups. | Matthew Barnes | 2013-06-05 | 2 | -102/+118 |
* | EMailReader: Remove unused actions. | Matthew Barnes | 2013-06-03 | 5 | -220/+1 |
* | Remove unused EMailNotebookView. | Matthew Barnes | 2013-06-03 | 4 | -1058/+0 |
* | Add e_mail_reader_forward_messages(). | Matthew Barnes | 2013-06-03 | 5 | -250/+256 |
* | Add e_mail_reader_edit_messages(). | Matthew Barnes | 2013-06-03 | 6 | -131/+125 |
* | Move "ask-reply-close-browser" prompt to EMailBrowser. | Matthew Barnes | 2013-06-03 | 4 | -103/+71 |
* | EMailReader: Add a "composer-created" signal. | Matthew Barnes | 2013-06-03 | 4 | -8/+96 |
* | em_utils_edit_message: Change return type to EMsgComposer. | Matthew Barnes | 2013-06-02 | 2 | -3/+3 |
* | em_utils_redirect_message: Return the EMsgComposer. | Matthew Barnes | 2013-06-02 | 2 | -4/+8 |
* | em_utils_compose_new_message(): Return the EMsgComposer. | Matthew Barnes | 2013-06-02 | 2 | -4/+8 |
* | Simplify em_utils_forward_message() arguments. | Matthew Barnes | 2013-06-02 | 2 | -26/+23 |
* | em-composer-utils.c cleanups. | Matthew Barnes | 2013-06-02 | 1 | -246/+328 |
* | e-mail-reader.h: Remove unimplemented declarations. | Matthew Barnes | 2013-06-02 | 1 | -5/+0 |
* | Add e_composer_header_table_ref_source(). | Matthew Barnes | 2013-06-02 | 1 | -13/+5 |
* | EComposeHeaderTable: Replace "registry" property with "client-cache". | Matthew Barnes | 2013-06-02 | 1 | -5/+29 |
* | EMailReader cleanups. | Matthew Barnes | 2013-06-02 | 2 | -123/+168 |
* | e_mail_session_send_to(): Don't silently ignore if we can't send. | Matthew Barnes | 2013-05-30 | 1 | -10/+18 |
* | Distinguish "attachment-wrapper" elements from attachments. | Matthew Barnes | 2013-05-29 | 1 | -12/+16 |
* | Rename libcomposer to libevolution-mail-composer. | Matthew Barnes | 2013-05-28 | 1 | -1/+1 |
* | Rename libemformat to libevolution-mail-formatter. | Matthew Barnes | 2013-05-28 | 1 | -1/+1 |
* | Rename libeshell to libevolution-shell. | Matthew Barnes | 2013-05-28 | 2 | -4/+3 |
* | Rename libeutil to libevolution-util. | Matthew Barnes | 2013-05-28 | 2 | -2/+2 |
* | configure.ac: Remove unused function and header checks. | Matthew Barnes | 2013-05-28 | 1 | -7/+0 |
* | e-mail-reader-utils.c cleanups. | Matthew Barnes | 2013-05-25 | 2 | -423/+548 |
* | Convert EMailPart to a GObject. | Matthew Barnes | 2013-05-20 | 4 | -7/+7 |
* | Add e_mail_part_get_validity_flags(). | Matthew Barnes | 2013-05-20 | 1 | -11/+1 |
* | Add e_mail_part_get_is_attachment(). | Matthew Barnes | 2013-05-20 | 1 | -2/+2 |
* | Add e_mail_part_get_mime_type(). | Matthew Barnes | 2013-05-20 | 2 | -5/+11 |
* | Add e_mail_part_ref_mime_part(). | Matthew Barnes | 2013-05-20 | 2 | -2/+11 |
* | Add e_mail_part_id_has_prefix(). | Matthew Barnes | 2013-05-20 | 1 | -1/+1 |
* | Add e_mail_part_get_id(). | Matthew Barnes | 2013-05-20 | 2 | -13/+16 |
* | em-format cleanups. | Matthew Barnes | 2013-05-20 | 5 | -10/+26 |
* | EMailPart: Store validity pairs in a GQueue. | Matthew Barnes | 2013-05-20 | 2 | -18/+19 |
* | Remove e_mail_display_set_charset(). | Matthew Barnes | 2013-05-15 | 3 | -17/+9 |
* | EMailDisplay cleanups. | Matthew Barnes | 2013-05-15 | 2 | -99/+103 |
* | EMailPrinter: Fix a couple typos. | Matthew Barnes | 2013-05-11 | 1 | -1/+2 |
* | Bug 7000028 - Drag-n-drop export of a file produces 0 sized PDF file | Matthew Barnes | 2013-05-11 | 1 | -29/+36 |
* | Convert e_mail_printer_print() to a proper async function. | Matthew Barnes | 2013-05-11 | 5 | -249/+349 |
* | EMailPrinter cleanups. | Matthew Barnes | 2013-05-10 | 2 | -191/+237 |
* | em-utils.c cleanups. | Matthew Barnes | 2013-05-10 | 1 | -95/+93 |
* | Remove "drag-and-drop-save-name-format" setting. | Matthew Barnes | 2013-05-10 | 1 | -15/+2 |
* | Right-align mail header names. | Matthew Barnes | 2013-05-09 | 1 | -3/+3 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-05-08 | 5 | -10/+11 |
* | Bug #301323 - "Edit as new message" doesn't strip signature properly | Milan Crha | 2013-05-07 | 5 | -11/+17 |
* | Merge [mark-all-read] plugin into core code | Milan Crha | 2013-05-04 | 1 | -4/+10 |
* | Bug #626215 - Prefer mail saving in order by UI | Milan Crha | 2013-04-26 | 3 | -0/+73 |
* | Reimplement EPhotoCache to use EPhotoSource. | Matthew Barnes | 2013-04-24 | 1 | -2/+2 |
* | [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colors | Milan Crha | 2013-04-23 | 2 | -16/+10 |
* | Remove "Search for sender photograph only in local address books". | Matthew Barnes | 2013-04-21 | 1 | -16/+0 |
* | Bug #697710 - Going offline doesn't disconnect remote stores | Milan Crha | 2013-04-11 | 2 | -13/+51 |
* | Bug #271262 - Allow Send/Receive of local stores in offline | Milan Crha | 2013-04-09 | 2 | -8/+29 |
* | EMailAccountStore: Remove "express-mode" property. | Matthew Barnes | 2013-04-01 | 2 | -78/+8 |
* | EMailAccountManager: Add Online Account blurbs. | Matthew Barnes | 2013-04-01 | 1 | -3/+241 |
* | EMailAccountManager: Inherit from GtkGrid. | Matthew Barnes | 2013-04-01 | 2 | -15/+9 |
* | Remove more Express Mode hacks. | Matthew Barnes | 2013-04-01 | 2 | -24/+1 |
* | Remove EUIManager. | Matthew Barnes | 2013-04-01 | 1 | -6/+4 |
* | Remove e_shell_configure_ui_manager(). | Matthew Barnes | 2013-04-01 | 1 | -1/+0 |
* | Fix for typing in ITIP comments when some keys triggered actions. | Tomas Popela | 2013-03-28 | 1 | -0/+27 |
* | Bug #696173 - Various memory leaks | Milan Crha | 2013-03-25 | 2 | -2/+8 |
* | e-mail.h: Remove non-existent header files. | Matthew Barnes | 2013-03-25 | 1 | -2/+0 |
* | Fix usage of non-existing variable in debug message. | Tomas Popela | 2013-03-21 | 1 | -1/+1 |
* | Add e_msg_composer_ref_session(). | Matthew Barnes | 2013-03-17 | 1 | -2/+7 |
* | Remove EMailShellSettings. | Matthew Barnes | 2013-03-17 | 9 | -117/+77 |
* | Add "headers-collapsed" setting. | Matthew Barnes | 2013-03-17 | 1 | -7/+11 |
* | Bug #415371 - Create Incoming filter for messages with Received header | Milan Crha | 2013-03-14 | 1 | -3/+7 |
* | Bug 695693 - Handle <authentication> tags during auto-configuration | Matthew Barnes | 2013-03-12 | 1 | -3/+41 |
* | Bug 695570 - Don't use gtk_container_add() to pack a GtkBox | Matthew Barnes | 2013-03-11 | 1 | -1/+1 |
* | EMSubscriptionEditor: Use GtkGrid instead of GtkTable. | Matthew Barnes | 2013-03-11 | 1 | -15/+9 |
* | e_mail_config_notebook_commit: Skip non-writable sources. | Matthew Barnes | 2013-03-09 | 1 | -4/+4 |
* | Bug #690092 - Crash under format_full_headers() | Milan Crha | 2013-03-07 | 1 | -4/+4 |
* | Bug #693254 - Mail reply uses wrong "From:" account | Milan Crha | 2013-03-05 | 1 | -4/+78 |
* | Fix a regression from the previous commit for bug #645476 | Milan Crha | 2013-03-05 | 1 | -10/+24 |
* | Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3) | Milan Crha | 2013-03-05 | 1 | -0/+8 |
* | EMailTagEditor: Remove calendar configuration properties. | Matthew Barnes | 2013-03-04 | 3 | -137/+1 |
* | e_mail_config_service_backend_get_settings: Another corner case. | Matthew Barnes | 2013-03-01 | 1 | -4/+9 |
* | Remove emu_free_mail_cache(). | Matthew Barnes | 2013-02-27 | 1 | -13/+1 |
* | EHTTPRequest: Use e_mail_ui_session_check_known_address_sync(). | Matthew Barnes | 2013-02-27 | 1 | -6/+25 |
* | Move CamelSession.lookup_addressbook() handler to EMailUISession. | Matthew Barnes | 2013-02-27 | 1 | -0/+39 |
* | Add e_mail_ui_session_check_known_address_sync(). | Matthew Barnes | 2013-02-27 | 2 | -0/+126 |
* | EMailReader: Remove addresses from EPhotoCache as needed. | Matthew Barnes | 2013-02-27 | 1 | -5/+28 |
* | EMailFormatter: Remove "only-local-photos" property. | Matthew Barnes | 2013-02-27 | 1 | -2/+0 |
* | EMailRequest: Use EPhotoCache to obtain contact photos. | Matthew Barnes | 2013-02-27 | 1 | -67/+40 |
* | EMailUISession: Add a read-only "photo-cache" property. | Matthew Barnes | 2013-02-27 | 2 | -1/+40 |
* | EMailRequest cleanups. | Matthew Barnes | 2013-02-27 | 1 | -30/+44 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-02-24 | 2 | -3/+4 |
* | Fix a memory leak in EMailDisplay::do_reload_display | Milan Crha | 2013-02-21 | 1 | -2/+2 |
* | Replace deprecated static mutexes | Vadim Rutkovsky | 2013-02-14 | 2 | -10/+10 |
* | Use camel_service_ref_session(). | Matthew Barnes | 2013-02-11 | 4 | -9/+25 |
* | G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws. | Matthew Barnes | 2013-02-09 | 3 | -8/+11 |
* | Add comments around g_idle_add() changes | Milan Crha | 2013-02-09 | 3 | -0/+3 |
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-09 | 3 | -3/+3 |
* | Revert "Bug #683867 - Schedule actions with higher idle priority" | Matthew Barnes | 2013-02-08 | 3 | -3/+3 |
* | Bug #683867 - Schedule actions with higher idle priority | Michel Dänzer | 2013-02-08 | 3 | -3/+3 |
* | EMailAccountStore: Use an appropriate icon for online accounts. | Matthew Barnes | 2013-02-01 | 3 | -10/+22 |
* | Incorporate ESourceUOA. | Matthew Barnes | 2013-02-01 | 3 | -6/+28 |
* | Use e_book_client_connect(). | Matthew Barnes | 2013-01-30 | 1 | -7/+4 |
* | Bug #692781 - [pine-importer] Abort on book failure during contact import | Milan Crha | 2013-01-30 | 1 | -1/+1 |
* | Bug #692777 - Crash on folder rename | Milan Crha | 2013-01-29 | 1 | -3/+3 |
* | Bug #692009 - text/css always formatted as attachment | Milan Crha | 2013-01-24 | 2 | -10/+2 |
* | Exclude also text/calendar in a fix for bug #692009 | Milan Crha | 2013-01-22 | 1 | -1/+2 |
* | EMailBrowser: Fix packing of preview pane. | Matthew Barnes | 2013-01-21 | 1 | -1/+4 |
* | Bug 692143 - Auto-configured MSN account should use POP, not IMAP | Matthew Barnes | 2013-01-21 | 1 | -0/+6 |
* | Bug #692009 - text/css always formatted as attachment | Milan Crha | 2013-01-21 | 1 | -3/+28 |
* | Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2. | Matthew Barnes | 2013-01-20 | 14 | -18/+18 |
* | Bug #692005 - Changing character encoding doesn't work | Milan Crha | 2013-01-19 | 8 | -10/+92 |
* | Adapt to CamelSession API changes. | Matthew Barnes | 2013-01-13 | 2 | -16/+13 |
* | Use g_hash_table_add() when using a hash table as a set. | Matthew Barnes | 2013-01-12 | 3 | -19/+21 |
* | Reduce diff noise with webkit-composer branch. | Matthew Barnes | 2013-01-11 | 2 | -6/+12 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2013-01-11 | 5 | -12/+13 |
* | e-config: Remove unused functions. | Matthew Barnes | 2012-12-17 | 3 | -7/+4 |
* | Fix compiler warnings. | Matthew Barnes | 2012-12-15 | 1 | -1/+0 |
* | Revert part of the previous commit, EMailUISession::alert_user() | Milan Crha | 2012-12-14 | 1 | -3/+237 |
* | Implement and use CamelSession::trust_prompt() | Milan Crha | 2012-12-14 | 3 | -237/+26 |
* | e_mail_migrate(): Remove directory creation code. | Matthew Barnes | 2012-12-14 | 1 | -11/+0 |
* | Move the contact map widgets to addressbook/gui/widgets. | Matthew Barnes | 2012-12-13 | 2 | -4/+0 |
* | Consolidate base utility libraries into libeutil. | Matthew Barnes | 2012-12-13 | 66 | -317/+173 |
* | Make EMailPartList thread-safe. | Matthew Barnes | 2012-12-08 | 7 | -57/+95 |
* | EMailFormatterContext: Keep a reference to EMailPartList. | Matthew Barnes | 2012-12-08 | 1 | -5/+5 |
* | Do not empty trash/delete junk in disabled accounts on exit | Milan Crha | 2012-12-05 | 1 | -2/+31 |
* | Bug #315317 - Add option to expunge messages on folder leave | Milan Crha | 2012-12-05 | 3 | -6/+6 |
* | e_mail_reader_parse_message() cleanups. | Matthew Barnes | 2012-12-05 | 2 | -54/+57 |
* | Bug 689639 - File -> Print Preview in composer brings up Print dialog | Matthew Barnes | 2012-12-05 | 1 | -2/+1 |
* | Bug #687503 - Improve error message »Failed to refresh folders« | Milan Crha | 2012-12-04 | 1 | -7/+22 |
* | Bug #502516 - Avoid "source" string in user visible dialogs | Milan Crha | 2012-12-04 | 1 | -6/+6 |
* | Bug #529743 - Add "Any header" filter and search folder condition | Milan Crha | 2012-12-03 | 3 | -0/+159 |
* | Bug #678606 - Crash under mail_backend_folder_deleted_cb() | Milan Crha | 2012-12-03 | 1 | -0/+3 |
* | Address couple issues found by a Coverity scan | Milan Crha | 2012-11-30 | 4 | -5/+7 |
* | Avoid gdk_window_get_pointer(). | Matthew Barnes | 2012-11-29 | 1 | -1/+7 |
* | Avoid gtk_tree_view_get_vadjustment(). | Matthew Barnes | 2012-11-29 | 1 | -1/+3 |
* | Bug #672200 - Skip Reply-To-List check for list administrative messages | Milan Crha | 2012-11-29 | 1 | -4/+22 |
* | Bug #671200 - Inherit source message crypto options when reply on selection | Milan Crha | 2012-11-27 | 1 | -2/+55 |
* | EMailDisplay lefts opened file handles to downloaded images | Milan Crha | 2012-11-23 | 1 | -22/+26 |
* | Bug #687670 - Signing with both pgp and S/MIME shows only one signature | Milan Crha | 2012-11-22 | 1 | -2/+10 |
* | Bug #677378 - Alert about self-signed certificates when checking auth types | Milan Crha | 2012-11-21 | 3 | -8/+16 |
* | Bug #688199 - Replying via a template doesn't mark mail as read/replied | Milan Crha | 2012-11-13 | 2 | -7/+12 |
* | Relative URI can crash Evolution in http_request_send_async() | Milan Crha | 2012-11-13 | 2 | -3/+8 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-11-11 | 13 | -41/+52 |
* | Document why I decided not to implement RFC 6186. | Matthew Barnes | 2012-11-09 | 1 | -0/+46 |
* | EMailAutoconfig: Restructure XML parsing. | Matthew Barnes | 2012-11-09 | 3 | -169/+224 |
* | Bug #683877 - No more contextual menus for links | Milan Crha | 2012-11-09 | 1 | -9/+3 |
* | EMailAutoconfig: Use GResolver for DNS lookups. | Matthew Barnes | 2012-11-08 | 1 | -244/+17 |
* | EMailAutoconfig: Comment no longer applies. | Matthew Barnes | 2012-11-08 | 1 | -3/+0 |
* | EMailConfigAssistant: Make revising auto-configuration easier. | Matthew Barnes | 2012-11-08 | 1 | -0/+5 |
* | Make auto-configuration cancellable. | Matthew Barnes | 2012-11-08 | 1 | -13/+69 |
* | EMailAutoconfig: Use libsoup instead of gvfs. | Matthew Barnes | 2012-11-08 | 1 | -12/+41 |
* | Revert "Bug #686620 - Add an option to skip New Account autodiscovery" | Matthew Barnes | 2012-11-08 | 3 | -106/+1 |
* | Bug #686620 - Add an option to skip New Account autodiscovery | Milan Crha | 2012-11-07 | 3 | -1/+106 |
* | Bug #656143 - Stop using deprecated Gtk[HV]Box(Class) | Dominique Leuenberger | 2012-11-07 | 1 | -2/+2 |
* | Replace deprecated soup_message_headers_get() with soup_message_headers_get_l... | Milan Crha | 2012-11-06 | 1 | -1/+1 |
* | Replace deprecated GLib symbols (as of GLib 2.34.x) | Milan Crha | 2012-11-06 | 7 | -41/+43 |
* | Fixed squished labels on Identity page of Account Assistant. | Matthew Barnes | 2012-11-02 | 1 | -1/+0 |
* | Bug 687060 - Identity page shows read-only GOA properties as editable | Matthew Barnes | 2012-10-29 | 1 | -0/+8 |
* | EMailConfigIdentityPage: Add a "show-email-address" property. | Matthew Barnes | 2012-10-29 | 2 | -4/+71 |
* | EMailConfigIdentityPage cleanups. | Matthew Barnes | 2012-10-29 | 1 | -3/+3 |
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 2 | -6/+9 |
* | Bug #268618 - Add: Save replies in the folder of the message being replied to | Milan Crha | 2012-10-22 | 1 | -6/+49 |