Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 1 | -1/+1 |
| | | | | | Prefer e_source_registry_check_enabled() over e_source_get_enabled() for most instances where we want to exclude disabled data sources. | ||||
* | Bug #682425 - Can do network operations on disabled accounts | Milan Crha | 2012-09-05 | 1 | -3/+4 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-08-13 | 1 | -1/+3 |
| | | | | | | camel_service_get_settings() is now camel_service_ref_settings() and it returns a new CamelSettings reference which the caller must release with g_object_unref(). | ||||
* | Adapt to CamelSession API changes. | Matthew Barnes | 2012-08-12 | 1 | -5/+13 |
| | | | | | | | | | | | | These functions now return new references: camel_session_add_service() camel_session_list_services() These functions have been renamed and also return new references: camel_session_get_service() -> camel_session_ref_service() camel_session_get_service_by_url() -> camel_session_ref_service_by_url() | ||||
* | Avoid using uninitialized variable in e_mail_folder_expunge_sync() | Milan Crha | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | Add e_mail_folder_expunge(). | Matthew Barnes | 2012-07-09 | 1 | -0/+285 |
| | | | | To replace mail_expunge_folder(). | ||||
* | Use folder display name in status messages when possible. | Matthew Barnes | 2012-07-09 | 1 | -4/+6 |
| | |||||
* | Adapt to CamelStore API change. | Matthew Barnes | 2012-07-07 | 1 | -2/+2 |
| | | | | compare_folder_name() -> equal_folder_name() | ||||
* | Use g_simple_async_result_set_check_cancellable(). | Matthew Barnes | 2012-05-13 | 1 | -0/+14 |
| | | | | Always call it immediately after g_simple_async_result_new(). | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -4/+6 |
| | |||||
* | Bug #670014 - Remove-duplicates reads all messages into memory | Milan Crha | 2012-02-16 | 1 | -43/+94 |
| | |||||
* | Bug 667576 - Junk between messages after saving an mbox file | James Bottomley | 2012-02-02 | 1 | -9/+19 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -0/+1666 |
These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. |