Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e_flaw_wait_until() expects gint64, not gint | Milan Crha | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Replace e_flag_timed_wait() with e_flag_wait_until() | Milan Crha | 2012-11-06 | 1 | -4/+4 |
| | |||||
* | Prefer e_source_registry_check_enabled(). | Matthew Barnes | 2012-10-26 | 1 | -37/+2 |
| | | | | | 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 | -1/+37 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-08-20 | 1 | -15/+15 |
| | |||||
* | Bug #677695 - Crash on quit under emu_free_mail_cache() | Milan Crha | 2012-08-08 | 1 | -98/+113 |
| | | | | | | | This is reverting previous patch for this bug and fixes it with a different approach. The previous patch had regression, instead of freezing evolution on quit it crashed it when there was pending addressbook lookups. | ||||
* | Bug #548778 - Use original location when replying in Search Folder | Milan Crha | 2012-07-11 | 1 | -11/+28 |
| | |||||
* | Bug #677695 - Freeze on quit in emu_free_mail_cache() | Milan Crha | 2012-07-11 | 1 | -18/+91 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-06-25 | 1 | -3/+3 |
| | |||||
* | Make em_utils_in_addressbook() cancellable | Dan Vrátil | 2012-06-14 | 1 | -2/+3 |
| | |||||
* | Bug #674887 - Hang on sender's photo lookup | Dan Vrátil | 2012-06-14 | 1 | -38/+6 |
| | |||||
* | Adapt to single-include E-D-S libraries. | Matthew Barnes | 2012-06-04 | 1 | -15/+1 |
| | |||||
* | Adapt mail to the new ESource API. | Matthew Barnes | 2012-06-03 | 1 | -190/+401 |
| | |||||
* | Adapt to CamelService API changes. | Matthew Barnes | 2012-05-20 | 1 | -58/+0 |
| | | | | | | em_utils_connect_service_sync() and em_utils_disconnect_service_sync() are no longer needed. CamelService itself now effectively does what these functions were doing. | ||||
* | Bug #674381 - Show contact photo from address book doesn't work | Dan Vrátil | 2012-04-28 | 1 | -21/+22 |
| | |||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -2/+2 |
| | |||||
* | Bug #465076 - INBOX confusion with outbox | Milan Crha | 2012-04-19 | 1 | -2/+24 |
| | |||||
* | Whitespace cleanup. | Matthew Barnes | 2012-04-02 | 1 | -1/+1 |
| | | | | | Replace 8-space indentation with tab characters, and various other automated cleanups. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -5/+14 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-01-19 | 1 | -8/+4 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 1 | -0/+1062 |
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. |