| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 1 | -0/+4 |
* | Remove mail_remove_folder(). | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
* | Add e_activity_handle_cancellation(). | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
* | MailFolderCache: Drop folder URI in "folder-changed" signal. | Matthew Barnes | 2011-06-30 | 1 | -1/+6 |
* | MailFolderCache: Emit folder names instead of URIs in signals. | Matthew Barnes | 2011-06-30 | 1 | -5/+6 |
* | EMEventTargetFolder: Add an EAccount member. | Matthew Barnes | 2011-06-30 | 1 | -1/+6 |
* | EMailBackend: Ignore cancelled background jobs. | Matthew Barnes | 2011-06-30 | 1 | -1/+4 |
* | Adapt to new CamelSession background job API. | Matthew Barnes | 2011-06-30 | 1 | -4/+113 |
* | Do not prompt for offline when mail backend not started | Milan Crha | 2011-06-30 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
* | Do not flush Outbox when mail shell backend not started | Milan Crha | 2011-06-30 | 1 | -1/+4 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 1 | -7/+3 |
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 1 | -4/+4 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 1 | -2/+4 |
* | Bug #638808 - camel_shutdown() called too early | Milan Crha | 2011-06-30 | 1 | -1/+10 |
* | Avoid idle callbacks in EMailBackend initialization. | Matthew Barnes | 2011-06-30 | 1 | -21/+0 |
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2011-06-30 | 1 | -0/+3 |
* | Bug #620609 - Empty trash at exit doesn't work | Milan Crha | 2011-06-30 | 1 | -4/+4 |
* | Bug #632781 - Cannot disable search folders | Milan Crha | 2010-11-16 | 1 | -2/+0 |
* | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-10 | 1 | -1/+2 |
* | Kill mail_store_set_offline(). | Matthew Barnes | 2010-10-23 | 1 | -17/+23 |
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -1/+2 |
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 1 | -12/+54 |
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 1 | -2/+4 |
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -46/+119 |
* | Remove some unused bits from mail-mt.c. | Matthew Barnes | 2010-09-30 | 1 | -2/+2 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -2/+2 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -1/+2 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -1/+1 |
* | Remove unused variable. | Matthew Barnes | 2010-07-28 | 1 | -1/+0 |
* | Migrate ~/.evolution to XDG base directories. | Matthew Barnes | 2010-07-27 | 1 | -2/+14 |
* | More code cleanup. | Matthew Barnes | 2010-07-27 | 1 | -0/+1 |
* | Drop the "quote-from-selection" property. | Matthew Barnes | 2010-07-26 | 1 | -1/+0 |
* | Bug #534369 - [new-mail-notify] Intermittent notifications | Milan Crha | 2010-06-15 | 1 | -1/+1 |
* | Bug 603468 - Improve handling of --quit option | Matthew Barnes | 2010-06-13 | 1 | -0/+5 |
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 1 | -0/+6 |
|\ |
|
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 1 | -2/+2 |
| * | Don't show mail alerts on calendar view in express mode. | Srinivasa Ragavan | 2010-04-30 | 1 | -0/+6 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 1 | -20/+3 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 1 | -6/+1 |
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -1/+1 |
* | | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -2/+0 |
|/ |
|
* | Bug 361145 - Evolution hangs when formatting message - fixes part of it. | Chenthill Palanisamy | 2009-12-28 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 1 | -1/+3 |
* | Remove the EShellBackend parameter from mail_session_init() | Jonathon Jongsma | 2009-12-21 | 1 | -1/+1 |
* | The shell backend is responsibile for setting the MailSession online | Jonathon Jongsma | 2009-12-21 | 1 | -0/+2 |
* | Move the gross hack for EAccountComboBox up a level | Jonathon Jongsma | 2009-12-21 | 1 | -0/+3 |
* | Implement get_data/config_dir vfuncs for mail backend | Jonathon Jongsma | 2009-12-19 | 1 | -0/+17 |
* | Move MailFolderCache signal handlers to EMailBackend. | Matthew Barnes | 2009-12-17 | 1 | -0/+87 |
* | Introduce EMailBackend into libevolution-mail. | Matthew Barnes | 2009-12-16 | 1 | -0/+408 |