aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 706463 - Refcounting error in e_mail_reader_reply_to_message()Matthew Barnes2013-08-231-11/+2
* mail_folder_cache_get_folder_info_flags: Change parameters.Matthew Barnes2013-07-181-1/+1
* Fix typo in e_mail_reader_refresh_folder_name().Matthew Barnes2013-07-141-1/+1
* e-mail-reader-utils.c: Avoid e_tree_get_state().Matthew Barnes2013-07-021-5/+4
* message_list_get_selected: Give the returned array a free func.Matthew Barnes2013-06-151-20/+7
* Add e_mail_reader_ref_folder().Matthew Barnes2013-06-151-42/+58
* Remove EMailReaderHeader struct.Matthew Barnes2013-06-061-109/+0
* Add e_mail_reader_forward_messages().Matthew Barnes2013-06-031-0/+206
* Add e_mail_reader_edit_messages().Matthew Barnes2013-06-031-2/+117
* EMailReader: Add a "composer-created" signal.Matthew Barnes2013-06-031-3/+10
* e-mail-reader-utils.c cleanups.Matthew Barnes2013-05-251-421/+547
* Convert EMailPart to a GObject.Matthew Barnes2013-05-201-1/+1
* em-format cleanups.Matthew Barnes2013-05-201-1/+2
* EMailPart: Store validity pairs in a GQueue.Matthew Barnes2013-05-201-11/+11
* Convert e_mail_printer_print() to a proper async function.Matthew Barnes2013-05-111-47/+31
* Bug #301323 - "Edit as new message" doesn't strip signature properlyMilan Crha2013-05-071-2/+2
* Bug #626215 - Prefer mail saving in order by UIMilan Crha2013-04-261-0/+10
* Remove EMailShellSettings.Matthew Barnes2013-03-171-16/+11
* Bug #415371 - Create Incoming filter for messages with Received headerMilan Crha2013-03-141-3/+7
* Coding style and whitespace cleanup.Matthew Barnes2013-02-241-1/+2
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-191-1/+6
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-19/+16
* Make EMailPartList thread-safe.Matthew Barnes2012-12-081-6/+12
* e_mail_reader_parse_message() cleanups.Matthew Barnes2012-12-051-50/+55
* Bug #671200 - Inherit source message crypto options when reply on selectionMilan Crha2012-11-271-2/+55
* Fix a memory leak when replying to a messageMilan Crha2012-09-121-0/+3
* Fix all 'may be used uninitialized' compiler warningsDan Vrátil2012-08-201-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-11/+18
* Bug 677635 - Vanished message list with filled preview panelDan Vrátil2012-07-241-2/+5
* Bug #680164 - Print Preview action should open preview immediatellyDan Vrátil2012-07-191-1/+4
* Add e_mail_reader_expunge_folder_name().Matthew Barnes2012-07-091-0/+67
* Add e_mail_reader_expunge_folder().Matthew Barnes2012-07-091-0/+70
* Add e_mail_reader_refresh_folder_name().Matthew Barnes2012-07-091-0/+67
* Add e_mail_reader_refresh_folder().Matthew Barnes2012-07-091-0/+57
* Add e_mail_reader_unsubscribe_folder_name().Matthew Barnes2012-07-091-0/+64
* Add e_mail_reader_delete_folder_name().Matthew Barnes2012-07-091-0/+72
* Bug #678834 - [prefer-plain] Setting change works only after restartDan Vrátil2012-06-271-2/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-5/+5
* Bug #677608 - Fails to open message which is not yet downloadedDan Vrátil2012-06-181-126/+111
* Remove the last remaining usage of GConfMilan Crha2012-06-151-1/+0
* Fix displayed message headersDan Vrátil2012-06-081-107/+0
* Bug #300677 - vFolder rules shouldn't refer to the Unmatched folderMilan Crha2012-06-081-1/+19
* Mail formatter rewriteDan Vrátil2012-06-061-52/+299
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-7/+20
* Bug #673946 - Cannot delete search foldersMilan Crha2012-05-311-3/+3
* Bug #673514 - Crash in WebKit after printingDan Vrátil2012-05-171-2/+7
* Bug #669674 - EMailBrowser doesn't copy search settingsMilan Crha2012-05-141-0/+10
* Bug #674282 - Don't crash on reply with empty selectionYanko Kaneti2012-04-181-1/+1
* Whitespace cleanup.Matthew Barnes2012-04-021-2/+1
* Bug #670445 - Folder deletion in offline shows strange behaviorVibha Yadav2012-03-291-0/+12
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-83/+68
* 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
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-1/+3
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-3/+5
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-9/+13
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-5/+7
* Add EMailReader:message-seen signal.Matthew Barnes2011-11-221-32/+0
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-4/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-48/+60
* Cannot reply to message without preview panel enabledMilan Crha2011-08-081-0/+74
* Bug #530335 - Allow Reply to selected address onlyRathin2011-06-141-2/+32
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-3/+1
* EMailReader: Support multiple action groups.Matthew Barnes2011-05-211-17/+0
* Remove mail_remove_folder().Matthew Barnes2011-05-211-0/+132
* Remove mail_save_messages().Matthew Barnes2011-05-181-0/+111
* Remove mail_remove_attachments().Matthew Barnes2011-05-171-0/+63
* Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-05-131-3/+3
* Miscellaneous cleanups.Matthew Barnes2011-05-131-58/+57
* em_format_html_print_message(): Require a CamelMimeMessage.Matthew Barnes2011-05-131-11/+77
* em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-05-131-2/+4
* Add e_mail_reader_new_activity().Matthew Barnes2011-05-131-41/+15
* Reimplement e_mail_reader_create_vfolder_from_selected().Matthew Barnes2011-05-131-5/+0
* Reimplement e_mail_reader_create_vfolder_from_selected().Matthew Barnes2011-05-131-24/+75
* Reimplement e_mail_reader_create_filter_from_selected().Matthew Barnes2011-05-131-33/+72
* Add e_activity_handle_cancellation().Matthew Barnes2011-05-121-3/+1
* Reimplement em_utils_edit_messages().Matthew Barnes2011-05-121-7/+2
* EMailReader: Reimplement "mail-remove-duplicates" action.Matthew Barnes2011-05-121-0/+157
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
* Random little coding style cleanups.Matthew Barnes2011-05-061-2/+1
* Build vfolder rules with CamelFolders instead of folder URIs.Matthew Barnes2011-05-041-7/+1
* Fix compiler warnings.Matthew Barnes2011-05-031-8/+1
* Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-3/+3
* 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_templates().Matthew Barnes2011-05-031-1/+1
* Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-2/+2
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-1/+1
* Bug 547954 - Clarify delete-from-search-folder warningDan Vrátil2011-04-231-1/+1
* Fix alignment of extra widgets in EAlertDialogs.Matthew Barnes2011-03-251-7/+3
* Reduce GConf usage in em-composer-utils.c.Matthew Barnes2010-10-201-3/+6
* 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-4/+8
* Remove mail_tools_folder_to_url().Matthew Barnes2010-10-131-3/+2
* Give MailSession a permanent home.Matthew Barnes2010-10-131-13/+47
* Bug #619387 - EMailBrowser doesn't honour sorting of a mail windowMilan Crha2010-10-121-0/+23
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-0/+2
* Coding style cleanups.Matthew Barnes2010-09-131-2/+2
* Pass an EShell to EMsgComposer instances.Matthew Barnes2010-08-141-6/+17
* Change em_format_redraw() to em_format_queue_redraw().Matthew Barnes2010-08-111-1/+1
* Drop the "quote-from-selection" property.Matthew Barnes2010-07-261-8/+6
* Fix two memory leaks when replyingDavid Woodhouse2010-07-151-1/+5
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-151-4/+8
* Bug 624285 - When replying, ignore text selection if preview is hiddenMatthew Barnes2010-07-141-0/+3
* Bug #620815 - Memory leaks with EvolutionMilan Crha2010-06-251-0/+1
* Bug 616724 - Initialize message window with threaded state of main windowMatthew Barnes2010-06-191-0/+3
* Bug 620628 - Checkbox in vfolder deletion prompt is saved backwardsMatthew Barnes2010-06-061-2/+2
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-31/+21
* Use EWebView functions whenever possible.Matthew Barnes2010-05-311-1/+4
* Merge branch 'express2'Matthew Barnes2010-05-271-3/+3
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-9/+20
| * Use default headers when none stored to display in mailerMilan Crha2010-04-301-2/+5
| * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-301-0/+186
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-12/+24
* | Adapt to Camel API changes.Matthew Barnes2010-04-301-2/+5
* | Bug #545505 - Properly free unused message infos periodicallyMilan Crha2010-04-291-0/+1
* | Use default headers when none stored to display in mailerMilan Crha2010-04-271-2/+5
* | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-261-0/+186
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-3/+1
|/
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-2/+2
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-37/+18
* Kill message_list_free_uids().Matthew Barnes2009-12-021-4/+4
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-32/+35
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
* port mail/ to use new EError APIJonathon Jongsma2009-12-011-1/+1
* Bug 563555 - Confirm before forwarding many emails inlineRitesh Khadgaray2009-11-201-16/+3
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-4/+4
* Bug #593922 - Reply freezes evoMilan Crha2009-09-021-0/+2
* Bug 592032 - Marks message as read when preview is offMatthew Barnes2009-08-181-2/+1
* Radically reorganize source code.Matthew Barnes2009-06-251-7/+1
* Bug 586343 – Search folder delete confirmation missing check boxMatthew Barnes2009-06-201-0/+1
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
* Fix most of the compiler warnings in mail.Matthew Barnes2009-05-081-1/+4
* Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-6/+6
* Miscellaneous stuff.Matthew Barnes2009-01-271-5/+4
* Fix more runtime warnings.Matthew Barnes2009-01-261-1/+0
* Fix some runtime warnings.Matthew Barnes2009-01-221-3/+0
* Add a couple missing files.Matthew Barnes2009-01-121-0/+595