aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
Commit message (Expand)AuthorAgeFilesLines
* EWebView: Add an "image-save" action.Matthew Barnes2013-07-281-128/+0
* Rename e_mail_display_set_parts_list().Matthew Barnes2013-07-271-6/+6
* Rename e_mail_display_get_parts_list().Matthew Barnes2013-07-261-3/+3
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-31/+12
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-151-87/+150
* MessageList: Add a "group-by-threads" property.Matthew Barnes2013-06-151-6/+5
* MessageList: Add a "folder" property.Matthew Barnes2013-06-151-1/+9
* message_list_set_folder: Remove unused "outgoing" parameter.Matthew Barnes2013-06-131-10/+1
* EMailReader: Remove unused actions.Matthew Barnes2013-06-031-186/+0
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-031-4/+4
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-031-1/+1
* Move "ask-reply-close-browser" prompt to EMailBrowser.Matthew Barnes2013-06-031-90/+4
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-031-2/+47
* EMailReader cleanups.Matthew Barnes2013-06-021-122/+166
* Remove e_mail_display_set_charset().Matthew Barnes2013-05-151-4/+9
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-2/+2
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-071-1/+1
* Reimplement EPhotoCache to use EPhotoSource.Matthew Barnes2013-04-241-2/+2
* Fix for typing in ITIP comments when some keys triggered actions.Tomas Popela2013-03-281-0/+27
* Remove EMailShellSettings.Matthew Barnes2013-03-171-13/+9
* EMailReader: Remove addresses from EPhotoCache as needed.Matthew Barnes2013-02-271-5/+28
* Coding style and whitespace cleanup.Matthew Barnes2013-01-111-1/+1
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-26/+20
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-4/+10
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-051-2/+2
* Bug #672200 - Skip Reply-To-List check for list administrative messagesMilan Crha2012-11-291-4/+22
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-6/+11
* Bug #683676 - Message source does not work when 'All Message Headers' enabledMilan Crha2012-09-121-5/+14
* Bug #682425 - Can do network operations on disabled accountsMilan Crha2012-09-051-15/+6
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-8/+15
* express: Remove clutter-based email tabs.Matthew Barnes2012-08-111-19/+0
* Remove some unused code from EMailReaderDan Vrátil2012-08-091-41/+3
* Bug #680947 - Multiselect doesn't clear message preview panelDan Vrátil2012-08-071-5/+11
* Bug 677635 - Vanished message list with filled preview panelDan Vrátil2012-07-241-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-1/+1
* Bug 678397 - Move "mail-to-task" actions to a submenuMatthew Barnes2012-06-211-15/+15
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-1/+7
* Bug #677608 - Fails to open message which is not yet downloadedDan Vrátil2012-06-181-6/+15
* Fix displayed message headersDan Vrátil2012-06-081-1/+0
* Mail formatter rewriteDan Vrátil2012-06-061-126/+91
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+0
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-8/+43
* Whitespace cleanups.Matthew Barnes2012-06-021-3/+3
* Adapt to vFolder changes from evolution-data-serverMilan Crha2012-05-311-2/+7
* Bug #675723 - UI lock from action_mail_show_source_cbDan Vrátil2012-05-151-9/+67
* Don't unref the result in GAsyncReadyCallback functions.Matthew Barnes2012-05-151-2/+0
* Bug #675347 - No 'Retrieving message...' in preview panelDan Vrátil2012-05-031-0/+1
* Bug #674060 - Preview panel on folder change not updatedDan Vrátil2012-04-271-0/+1
* Fix a memory leakDan Vrátil2012-04-101-1/+3
* Whitespace cleanup.Matthew Barnes2012-04-021-8/+8
* EMFormat: Add "session" as a constructor property.Matthew Barnes2012-04-011-1/+8
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-120/+325
* Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works andSrinivasa 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
* Hides errors on message loadMilan Crha2012-02-271-1/+15
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-9/+20
* Bug #669006 - Clicking "Not Junk" button should not move to next emailMilan Crha2012-01-311-2/+14
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-4/+7
* Do not auto-mark-as-seen when changing filter typeMilan Crha2012-01-111-1/+37
* Bug #667398 - Automatic mark-as-seen too aggressiveMilan Crha2012-01-111-1/+37
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-2/+2
* EMailReader: Avoid more runtime warnings.Matthew Barnes2011-11-301-8/+7
* Avoid a runtime warning in mail_reader_message_seen_cb().Matthew Barnes2011-11-291-4/+6
* Merge branch 'master' into wip/gsettingsMatthew Barnes2011-11-231-77/+190
|\
| * Split MDN handling into a module.Matthew Barnes2011-11-221-24/+11
| * EPreviewPane: Implement EAlertSink.Matthew Barnes2011-11-221-0/+11
| * Add EMailReader.get_preview_pane() method.Matthew Barnes2011-11-221-0/+23
| * Add EMailReader:message-loaded signal.Matthew Barnes2011-11-221-52/+86
| * Add EMailReader:message-seen signal.Matthew Barnes2011-11-221-17/+75
* | Fix compiler warnings.Matthew Barnes2011-11-231-1/+0
* | Some build fixesRodrigo Moya2011-11-091-5/+2
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-241-27/+78
|\|
| * Bug #616981 - Mail marking as read is hardMilan Crha2011-10-201-27/+78
* | More mail GSettings migrationRodrigo Moya2011-10-191-53/+40
* | First successful buildRodrigo Moya2011-10-061-44/+0
* | Merge from masterRodrigo Moya2011-10-051-17/+70
|\|
| * Bug #660224 - Assertion failure when forwarding messageMilan Crha2011-09-271-18/+27
| * EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-3/+3
| * Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-3/+3
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-041-2/+2
| * Update EMailBrowser actions when MessageList reloads.Matthew Barnes2011-08-191-1/+12
| * EMFolderSelector: Add a "model" construct-only property.Matthew Barnes2011-08-101-3/+11
| * Bug #530335 - Allow Reply to selected address onlyRathin2011-06-141-0/+14
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
| * Let EMFolderSelector create its own EMFolderTree.Matthew Barnes2011-05-241-30/+28
| * EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-2/+2
| * EMailReader: Remove the forward/reply style hack.Matthew Barnes2011-05-211-24/+23
| * Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-05-211-37/+47
| * EMailReader: Support multiple action groups.Matthew Barnes2011-05-211-10/+25
| * Remove mail_save_messages().Matthew Barnes2011-05-181-64/+1
| * Remove mail_remove_attachments().Matthew Barnes2011-05-171-11/+6
| * Reimplement the "mail-reply-sender" action.Matthew Barnes2011-05-141-47/+79
| * Reimplement the "mail-reply-all" action.Matthew Barnes2011-05-141-33/+59
| * Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-05-131-1/+1
| * Miscellaneous cleanups.Matthew Barnes2011-05-131-10/+15
| * em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-05-131-7/+0
| * Reimplement the "mail-redirect" action.Matthew Barnes2011-05-131-8/+59
| * Add e_mail_reader_new_activity().Matthew Barnes2011-05-131-13/+28
| * Fix some GPtrArray leaks.Matthew Barnes2011-05-121-16/+35
| * Reimplement em_utils_edit_messages().Matthew Barnes2011-05-121-8/+1
| * Reimplement em_utils_forward_messages().Matthew Barnes2011-05-121-32/+4
| * EMailReader: Reimplement "mail-remove-duplicates" action.Matthew Barnes2011-05-121-151/+3
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-081-7/+9
| * Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-05-071-2/+2
| * Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri().Matthew Barnes2011-05-041-5/+1
| * Remove e_mail_reader_get_folder_uri().Matthew Barnes2011-05-041-24/+0
| * Build vfolder rules with CamelFolders instead of folder URIs.Matthew Barnes2011-05-041-6/+6
| * Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-15/+7
| * Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-05-031-3/+3
| * Fix a runtime warning in e_mail_reader_check_state().Matthew Barnes2011-05-031-6/+6
| * Fix compiler warnings.Matthew Barnes2011-05-031-4/+0
| * Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-2/+2
| * Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-05-031-1/+1
| * Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-3/+3
| * Drop 'folder_uri' param from message_list_set_folder().Matthew Barnes2011-05-031-1/+1
| * Remove e_mail_reader_set_folder_uri().Matthew Barnes2011-05-031-30/+0
| * EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-12/+10
| * Don't try to refresh or sync mail folders when offline.Matthew Barnes2011-04-141-1/+7
| * Demonstrate EWebView as an EAlertSink.Matthew Barnes2011-04-141-11/+4
| * Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-281-18/+18
| * Restore lockdown integration.Matthew Barnes2011-03-281-27/+41
| * Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-32/+47
| * Let Esc behave like Cancel in Reply questions and do not leak messageMilan Crha2011-03-011-3/+9
| * Slightly smaller dialogs for Reply type questions (but not all)Milan Crha2011-03-011-5/+5
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-191-3/+5
| * Fix few memory leaksMilan Crha2011-02-151-1/+4
| * Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-131-0/+5
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-091-23/+0
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-301-21/+49
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
| * Bug #600013 - Crash in mail_reader_message_loaded_cbMilan Crha2011-01-121-0/+6
| * Localize few strings with ngettextMilan Crha2010-12-021-2/+2
| * Revert certain parts from commit for bug #635738Milan Crha2010-11-291-4/+4
| * Bug #635738 - Sanitize Previous/Next buttons when not usableMilan Crha2010-11-261-7/+32
| * Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-101-57/+136
| * Coding style and whitespace cleanup.Matthew Barnes2010-11-081-1/+1
| * EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+13
| * EMailReader: Rewrite message retrieval tracking.Matthew Barnes2010-11-011-64/+95
* | Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-3/+3
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-141-2/+2
* | Update EMailBrowser actions when MessageList reloads.Matthew Barnes2011-09-141-1/+12
* | EMFolderSelector: Add a "model" construct-only property.Matthew Barnes2011-09-141-3/+11
* | Bug #530335 - Allow Reply to selected address onlyRathin2011-06-301-0/+14
* | Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-0/+4
* | Let EMFolderSelector create its own EMFolderTree.Matthew Barnes2011-06-301-30/+28
* | EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-06-301-2/+2
* | EMailReader: Remove the forward/reply style hack.Matthew Barnes2011-06-301-24/+23
* | Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-06-301-37/+47
* | EMailReader: Support multiple action groups.Matthew Barnes2011-06-301-10/+25
* | Remove mail_save_messages().Matthew Barnes2011-06-301-64/+1
* | Remove mail_remove_attachments().Matthew Barnes2011-06-301-11/+6
* | Reimplement the "mail-reply-sender" action.Matthew Barnes2011-06-301-47/+79
* | Reimplement the "mail-reply-all" action.Matthew Barnes2011-06-301-33/+59
* | Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-06-301-1/+1
* | Miscellaneous cleanups.Matthew Barnes2011-06-301-10/+15
* | em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-06-301-7/+0
* | Reimplement the "mail-redirect" action.Matthew Barnes2011-06-301-8/+59
* | Add e_mail_reader_new_activity().Matthew Barnes2011-06-301-13/+28
* | Fix some GPtrArray leaks.Matthew Barnes2011-06-301-16/+35
* | Reimplement em_utils_edit_messages().Matthew Barnes2011-06-301-8/+1
* | Reimplement em_utils_forward_messages().Matthew Barnes2011-06-301-32/+4
* | EMailReader: Reimplement "mail-remove-duplicates" action.Matthew Barnes2011-06-301-151/+3
* | Whitespace and coding style cleanups.Matthew Barnes2011-06-301-7/+9
* | Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-06-301-2/+2
* | Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri().Matthew Barnes2011-06-301-5/+1
* | Remove e_mail_reader_get_folder_uri().Matthew Barnes2011-06-301-24/+0
* | Build vfolder rules with CamelFolders instead of folder URIs.Matthew Barnes2011-06-301-6/+6
* | Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-06-301-15/+7
* | Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-06-301-3/+3
* | Fix a runtime warning in e_mail_reader_check_state().Matthew Barnes2011-06-301-6/+6
* | Fix compiler warnings.Matthew Barnes2011-06-301-4/+0
* | Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-06-301-2/+2
* | Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-06-301-1/+1
* | Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-06-301-3/+3
* | Drop 'folder_uri' param from message_list_set_folder().Matthew Barnes2011-06-301-1/+1
* | Remove e_mail_reader_set_folder_uri().Matthew Barnes2011-06-301-30/+0
* | EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-06-301-12/+10
* | Don't try to refresh or sync mail folders when offline.Matthew Barnes2011-06-301-1/+7
* | Demonstrate EWebView as an EAlertSink.Matthew Barnes2011-06-301-11/+4
* | Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-06-301-18/+18
* | Restore lockdown integration.Matthew Barnes2011-06-301-27/+41
* | Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-06-301-32/+47
* | Let Esc behave like Cancel in Reply questions and do not leak messageMilan Crha2011-06-301-3/+9
* | Slightly smaller dialogs for Reply type questions (but not all)Milan Crha2011-06-301-5/+5
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-3/+5
* | Fix few memory leaksMilan Crha2011-06-301-1/+4
* | Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-06-301-0/+5
* | Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-301-23/+0
* | Coding style and whitespace cleanup.Matthew Barnes2011-06-301-21/+49
* | Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
* | Bug #600013 - Crash in mail_reader_message_loaded_cbMilan Crha2011-06-301-0/+6
* | Localize few strings with ngettextMilan Crha2011-06-301-2/+2
* | Revert certain parts from commit for bug #635738Milan Crha2011-06-301-4/+4
* | Bug #635738 - Sanitize Previous/Next buttons when not usableMilan Crha2011-06-301-7/+32
* | Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-161-57/+136
* | Coding style and whitespace cleanup.Matthew Barnes2010-11-101-1/+1
* | EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-101-0/+13
* | EMailReader: Rewrite message retrieval tracking.Matthew Barnes2010-11-101-64/+95
|/
* Bug #631870 - Memory leak in e_week_view after GtkObject removalMilan Crha2010-10-251-1/+1
* Fix capitalization in menu labels.Matthew Barnes2010-10-231-1/+1
* Bug #632679 - Add 'Remove attachments' in pop up menuMilan Crha2010-10-211-0/+4
* Bug #630969 - Implement also Message->Go to->Previous ThreadMilan Crha2010-10-201-0/+18
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-19/+107
* Bug #534453 - Incorporate 'Remove attachments' pluginRex Tsai2010-10-191-0/+103
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-29/+83
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-6/+0
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-3/+4
* Composer: Show cancellable operations and errors inline.Matthew Barnes2010-10-131-2/+9
* Give MailSession a permanent home.Matthew Barnes2010-10-131-55/+129
* Bug #223337 - Auto-close message-browser when replying to themMilan Crha2010-10-081-2/+66
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-12/+1
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-3/+9
* Use new GDK keysym names if available.Matthew Barnes2010-09-181-12/+15
* Bug 628350 - Allow deletion of a deleted message to advance cursorMatthew Barnes2010-08-311-1/+5
* Fix a runtime warning.Matthew Barnes2010-08-281-1/+2
* Bug 628141 - Duplicate signal connections in EMailReaderMatthew Barnes2010-08-281-27/+19
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-104/+78
* Bug #627734 - Double-click a message opens it twiceMilan Crha2010-08-241-40/+9
* Whitespace and coding style cleanup.Matthew Barnes2010-08-141-21/+30
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-7/+42
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-121-1/+10
* Add keybindings to tab.Srinivasa Ragavan2010-08-121-0/+184
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-2/+2
* EMFormat cleanups.Matthew Barnes2010-08-101-5/+6
* Coding style and whitespace cleanup.Matthew Barnes2010-08-031-62/+80
* mail-reader: e_mail_reader_get_formatter may now return NULLRob Bradford2010-08-021-1/+7
* More code cleanup.Matthew Barnes2010-07-271-4/+6
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-41/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-07-261-19/+16
* Make clutter mode even more appealing.Srinivasa Ragavan2010-07-261-1/+26
* Add folder pane for tabbed browser.Srinivasa Ragavan2010-07-261-1/+15
* Make the update-actions work across tabs.Srinivasa Ragavan2010-07-261-0/+36
* More bug fixes.Srinivasa Ragavan2010-07-261-0/+15
* Fix a compilation errorSrinivasa Ragavan2010-07-261-2/+0
* Add EMailNotebook ViewSrinivasa Ragavan2010-07-261-0/+2
* Bug #624891 - Various compiler warnings in git/masterMilan Crha2010-07-221-1/+1
* Bug 624677 - Missing keyboard shortcut for "Save as mbox"Matthew Barnes2010-07-191-1/+1
* Add translation note for 'Group Reply'.David Woodhouse2010-07-161-2/+5
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-161-1/+42
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-151-1/+53
* Don't show the "reply in private?" nag popup for munged Reply-To: list messagesDavid Woodhouse2010-07-151-7/+55
* Fix two memory leaks when replyingDavid Woodhouse2010-07-151-0/+3
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-151-3/+84
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-151-1/+36
* EMailReader: Remove unused variableMatthew Barnes2010-07-141-1/+0
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-141-1/+41
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-27/+29
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-13/+8
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-191-0/+47